Hierarchies Collection (ADO MD)

Microsoft ActiveX Data Objects (ADO)

ADO 2.5 MD API Reference

Hierarchies Collection

Contains the set Hierarchy objects from a dimension.



Remarks

Hierarchies is a standard ADO collection. With the properties and methods of a collection, you can do the following:

  • Obtain the number of objects in the collection with the Count property.
  • Return an object from the collection with the default Item property.
  • Update the objects in the collection from the provider with the Refresh method.

See Also

Visual Basic Example

Properties, Methods, and Events | Dimension Object | Hierarchy Object

© 1998-2003 Microsoft Corporation. All rights reserved.