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