Axis Object (ADO MD)

Microsoft ActiveX Data Objects (ADO)

ADO 2.5 MD API Reference

Axis Object

Represents a positional or filter axis of a cellset, containing selected members of one or more dimensions.





Remarks

An Axis object can be contained by an Axes collection, or returned by the FilterAxis property of a Cellset.

With the collections and properties of an Axis object, you can do the following:

  • Identify the Axis with the Name property.
  • Iterate through each position along an Axis using the Positions collection.
  • Obtain the number of dimensions on the Axis with the DimensionCount property.
  • Obtain provider-specific attributes of the Axis with the standard ADO Properties collection.

See Also

VBScript Example

Properties, Methods, and Events | Axes Collection | Positions Collection | Properties Collection

© 1998-2003 Microsoft Corporation. All rights reserved.