Properties Collection

A Properties collection contains all the Property objects for a specific instance of an object.





Methods

Item, Refresh

Properties

Count

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.

To refer to a Property object in a collection by its ordinal number or by its Name property setting, use any of the following syntax forms:

object.Properties.Item(0)

object.Properties.Item("name")

object.Properties(0)

object.Properties("name")

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

See Also

ADO Providers


© 1997 Microsoft Corporation. All rights reserved. Terms of Use.