The IAccessor property indicates whether the provider supports the OLE DB IAccessor interface.
object.Properties("IAccessor")
object
Expression that evaluates to an object in the Applies To list.
adBoolean
Read-only
DBPROP_IAccessor
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.