Index Properties (OLE DB)
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 |
Notes: For this provider, the value is always VARIANT_TRUE, which indicates that the index is automatically maintained. |
DBPROP_INDEX_NULLCOLLATION |
Notes: Specifies how null values are collated in the index. For this provider, the value is always DBPROPVAL_NC_LOW, which indicates that null values are collated at the low end of the list. |
DBPROP_INDEX_NULLS |
Notes: Specifies whether null keys are allowed. For this provider, the value is always DBPROPVAL_IN_DISALLOWNULL, which indicates that the index does not allow entries where the key columns are NULL. If you try to insert an index entry with a null key, the provider returns an error. This provider supports indexes that are nullable and indexes where null values are disallowed. |
DBPROP_INDEX_TYPE |
Notes: Specifies the type of the index.For this provider, the value is always DBPROPVAL_IT_BTREE. |
DBPROP_INDEX_UNIQUE |
VARIANT_FALSE, which indicates that duplicate keys are allowed. |