DBPROP_IRowsetBookmark
Property group: Rowset
Property set: DBPROPSET_ROWSET
Column? N
Type: VT_BOOL
Typical R/W: R/W
Description: IRowsetBookmark
Value |
Meaning |
---|---|
VARIANT_TRUE |
The rowset supports the specified interface. This setting implicitly causes the created rowset to support bookmarks, and IRowsetInfo::GetProperties will return VARIANT_TRUE for the property DBPROP_BOOKMARKS. |
VARIANT_FALSE |
The rowset does not support the specified interface. |
Note
Providers that support an interface must support the property associated with that interface with a value of VARIANT_TRUE. These properties are primarily used to request interfaces through ICommandProperties::SetProperties.