編輯

共用方式為


Axis object (ADO MD)

Applies to: Access 2013, Office 2013

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.