Axis Object (ADO MD)

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.

This section contains the following topic.

See Also

Axis Example (VBScript)
Axes Collection (ADO MD)
Positions Collection (ADO MD)
Properties Collection (ADO)