IAdoMdAxis

Description

The IAdoMdAxis interface contains properties and methods used to get information about the axis by which the data is formed when executing MDX query.

Comments

Each axis is a set of coordinates, that are used to identify cells with data. The axes are formed with dimensions which attributes describe each axis coordinate.

The IAdoMdAxisInfo.Item property returns information about axis.

Properties

  Property name Brief description
The Count property returns the number of coordinates available on the axis.
The Dim property returns information about the specified dimension.
The DimCols property returns the number of attributes in the specified dimension, that describe each axis coordinate.
The DimCount property returns the number of dimensions, used to form certain coordinates on the axis.
The DimName property returns name of the dimension used to form certain coordinates on the axis.
The Rowset method returns the cursor with information about the coordinates available on the axis.

Methods

  Method name Brief description
The Open method returns the cursor with information about the coordinates available on the axis.

See also:

AdoMd Assembly Interfaces