Use Properties to get direct access to the ADO Properties Collection for the ADO Recordset object the ADO dataset component represents. A Properties Collection object is a container for one or more Property objects. Each Property object corresponds to a characteristic of an ADO object, here an ADO Recordset object.
Note: Use of Properties to directly access the underlying ADO Properties Collection object requires a good working knowledge of ADO objects in general and ADO Properties Collection objects in specific. Consult the Microsoft Data Store SDK help for specific information on using ADO Properties Collection objects.