IAccessor Property

ADO and SQL Server

ADO and SQL Server

IAccessor Property

The IAccessor property indicates whether the provider supports the OLE DB IAccessor interface.

Applies To
Command Object Recordset Object
Syntax

object.Properties("IAccessor")

Parts

object

Expression that evaluates to an object in the Applies To list.

Data Type

adBoolean

Modifiable

Read-only

OLE DB Property

DBPROP_IAccessor

Remarks

ADO requires that the provider support the OLE DB IAccessor interface. The value of the IAccessor property is read-only and is always set to True, indicating that the recordset supports the specified interface. The value of this property cannot be set to False.

The IAccessor property is useful for conformance testing.