Instructs the component to try to retrieve database schema information from the INFORMATION_SCHEMA system objects.
'Declaration
Public Property UseInformationSchema As System.Boolean
'Usage
Dim instance As SQL92SyntaxProvider
Dim value As System.Boolean
instance.UseInformationSchema = value
value = instance.UseInformationSchema
public System.bool UseInformationSchema {get; set;}
public: __property System.bool get_UseInformationSchema();
public: __property void set_UseInformationSchema(
System.bool value
);
Property Value
true to use INFORMATION_SCHEMA, false to bypass querying INFORMATION_SCHEMA objects.