OleDbSchemaGuid.Indexes 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 the indexes defined in the catalog that is owned by a given user.
public: static initonly Guid Indexes;
public static readonly Guid Indexes;
staticval mutable Indexes : Guid
Public Shared ReadOnly Indexes As Guid
Field Value
Remarks
Indexes maps to the OLE DB INDEXES rowset. Unless otherwise specified, restriction columns are returned in the following order.
Restriction column | CLR data type | Description |
---|---|---|
TABLE_CATALOG | string |
Catalog name. A null value if the provider does not support catalogs. |
TABLE_SCHEMA | string |
Unqualified schema name. A null value if the provider does not support schemas. |
INDEX_NAME | string |
Index name. |
TYPE | UInt16 (Int32) |
The type of the index. One of the following: DBPROPVAL_IT_BTREE-The index is a B+-tree. DBPROPVAL_IT_HASH-The index is a hash file using, for example, linear or extensible hashing. DBPROPVAL_IT_CONTENT-The index is a content index. DBPROPVAL_IT_OTHER-The index is some other type of index. |
TABLE_NAME | string |
Table name. |
Applies to
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.