Properties Collection (ADO)

Microsoft ActiveX Data Objects (ADO)

ADO 2.5 API Reference

Properties Collection

Contains all the Property objects for a specific instance of an object.





Remarks

Some ADO objects have a Properties collection made up of Property objects. Each Property object corresponds to a characteristic of the ADO object specific to the provider.

Note   See the Property object topic for a more detailed explanation of how to use Property objects.

The Dynamic Properties of the Recordset object go out of scope (become unavailable) when the Recordset is closed.

See Also

Properties Collection Properties, Methods, and Events | Property Object | Appendix A: Providers

© 1998-2003 Microsoft Corporation. All rights reserved.