The IRowsetInfo property indicates whether the provider supports the OLE DB IRowsetInfo interface.
object.Properties("IRowsetInfo")
object
Expression that evaluates to an object in the Applies To list.
adBoolean
Read-only
DBPROP_IRowsetInfo
ADO requires that the provider support the OLE DB IRowsetInfo interface. The value of the IRowsetInfo 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 IRowsetInfo property is useful for conformance testing.