The Row Privileges property indicates whether access rights are restricted on a row-by-row basis.
object.Properties("Row Privileges")
object
Expression that evaluates to an object in the Applies To list.
One of the following values:
| Value | Description |
|---|---|
| True | Access rights are restricted on a row-by-row basis. If the recordset supports the OLE DB IRowsetChange interface, the ADO Update method can be called for some but not all rows. A recordset must never count or return a handle for a row for which the application does not have read access rights. |
| False | Access rights are not restricted on a row-by-row basis. If the recordset supports the OLE DB IRowsetChange interface, the ADO Update method can be called for any row. |
adBoolean
Read-only
DBPROP_ROWRESTRICT