OleDbSchemaGuid.SchemaGuids Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a list of schema rowsets, identified by their GUIDs, and a pointer to the descriptions of the restriction columns.
public: static initonly Guid SchemaGuids;
public static readonly Guid SchemaGuids;
staticval mutable SchemaGuids : Guid
Public Shared ReadOnly SchemaGuids As Guid
Field Value
Remarks
Using SchemaGuids is equivalent to calling the OLE DB IDBSchemaRowset::GetSchemas interface. The list of schemas and restrictions are returned as a DataTable with two columns named "Schema" and "RestrictionSupport". Each combination of schema GUID and restriction bitmask returned by the provider will be on its on row in the DataTable.