Active Query Builder 2 .NET Edition reference
PreferredServer Property



Determines the server type for the database server detection routine to start from; uniquely determines the server type to be used if auto-detection is turned off.
Syntax
'Declaration
 
Public Property PreferredServer As GenericSyntaxServerType
'Usage
 
Dim instance As GenericSyntaxProvider
Dim value As GenericSyntaxServerType
 
instance.PreferredServer = value
 
value = instance.PreferredServer
public GenericSyntaxServerType PreferredServer {get; set;}
public: __property GenericSyntaxServerType get_PreferredServer();
public: __property void set_PreferredServer( 
   GenericSyntaxServerType value
);
Remarks
Setting this property to prospective server type will allow to reduce the number of unsuccessful attempts to detect database server.
See Also

Reference

GenericSyntaxProvider Class
GenericSyntaxProvider Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback