MDAC 2.5 SDK - OLE DB Programmer's Reference
Appendix C: OLE DB Properties
Property group: Rowset
Property set: DBPROPSET_ROWSET
Column? N
Type: VT_BOOL
Typical R/W: R
Description: Row Privileges
Value | Meaning |
VARIANT_TRUE | Access rights are restricted on a row-by-row basis. If the rowset supports IRowsetChange, IRowsetChange::SetData can be called for some but not all rows. A rowset must never count or return a handle for a row for which the consumer does not have read access rights. |
VARIANT_FALSE | Access rights are not restricted on a row-by-row basis. If the rowset supports IRowsetChange, IRowsetChange::SetData can be called for any row. |
For more information, see DBPROP_COLUMNRESTRICT.