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
Count The Count property returns the number of coordinates available on the axis.
Dim The Dim property returns information about the specified dimension.
DimCols The DimCols property returns the number of attributes in the specified dimension, that describe each axis coordinate.
DimCount The DimCount property returns the number of dimensions, used to form certain coordinates on the axis.
DimName The DimName property returns name of the dimension used to form certain coordinates on the axis.
Rowset The Rowset method returns the cursor with information about the coordinates available on the axis.

Methods

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

See also:

AdoMd Assembly Interfaces