OleDbSchemaGuid.SchemaGuids Field

Definition

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.

Applies to