Active Query Builder 2 .NET Edition reference
SupportSchemas Property (SQL2003SyntaxProvider)



Gets or sets the sign of presence of schema namespace support for the server.
Syntax
'Declaration
 
Public Property SupportSchemas As System.Boolean
'Usage
 
Dim instance As SQL2003SyntaxProvider
Dim value As System.Boolean
 
instance.SupportSchemas = value
 
value = instance.SupportSchemas
public System.bool SupportSchemas {get; set;}
public: __property System.bool get_SupportSchemas();
public: __property void set_SupportSchemas( 
   System.bool value
);
Remarks
Default value is true. This sign will be automatically switched off if no schema will be found during the metadata loading process. Switching if off manually will cancel the query to load a list of schemas to the Metadata Container.
See Also

Reference

SQL2003SyntaxProvider Class
SQL2003SyntaxProvider Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback