MDAC 2.5 SDK - OLE DB Providers
OLE DB Provider for Microsoft Jet
The DBPROPSET_INDEX property set contains the following properties. All of these properties are in the Index property group.
Property ID | Description |
DBPROP_INDEX_AUTOUPDATE | Type: VT_BOOL
Typical R/W: R only Description: Auto Update Specifies whether the index is maintained automatically when changes are made to the corresponding base table. For this provider, the value is always VARIANT_TRUE, which indicates that the index is automatically maintained. |
DBPROP_INDEX_CLUSTERED | Type: VT_BOOL
Typical R/W: R only Description: Clustered Specifies whether an index is clustered.
|
DBPROP_INDEX_FILLFACTOR | Type: VT_BSTR
Typical R/W: R only Description: Fill Factor For a B+- tree index, this property represents the storage use of page nodes during the creation of the index. The value is an integer, from 1 to 100, that represents the percentage of use of an index node. For a linear hash index, this property represents the storage use of the entire hash structure (the ratio of the used area to the total allocated area) before expansion of file structures occurs. This value is always 100 in the OLE DB Provider for Microsoft Jet. |
DBPROP_INDEX_INITIALSIZE | Type: VT_I4
Typical R/W: R only Description: Initial Size Specifies the total number of bytes allocated to this structure at creation time. For this provider, the value is based on the following:
|
DBPROP_INDEX_NULLCOLLATION | Type: VT_I4
Typical R/W: R only Description: NULL Collation
|
DBPROP_INDEX_NULLS | Type: VT_I4
Typical R/W: R/W Description: NULL Keys Specifies whether null keys are allowed.
|
DBPROP_INDEX_PRIMARYKEY | Type: VT_BOOL
Typical R/W: R/W Description: Primary Key Specifies whether the index represents the primary key on the table. |
DBPROP_INDEX_SORTBOOKMARKS | Type: VT_BOOL
Typical R/W: R only Description: Sort Bookmarks Specifies how the index treats repeated keys.
|
DBPROP_INDEX_TEMPINDEX | Type: VT_BOOL
Typical R/W: R only Description: Temporary Index Specifies whether the index is temporary, that is:
|
DBPROP_INDEX_TYPE | Type: VT_I4
Typical R/W: R only Description: Index Type Specifies the type of the index.
|
DBPROP_INDEX_UNIQUE | Type: VT_BOOL
Typical R/W: R/W Description: Unique Specifies whether index keys must be unique. One of the following:
|