DBPROP_INDEX_AUTOUPDATE
Property group: Index
Property set: DBPROPSET_INDEX
Type: VT_BOOL
Typical R/W: R/W
Description: Auto-Update
Indicates whether the index is maintained automatically when changes are made to the corresponding base table.
Value |
Meaning |
---|---|
VARIANT_TRUE |
The index is automatically maintained. |
VARIANT_FALSE |
The index must be maintained by the consumer through explicit calls to IRowsetChange. |
Ensuring consistency of the index as a result of updates to the associated base table is the responsibility of the consumer.
Note
VARIANT_TRUE is always returned when using integrated indexes.