IAdoMdAxisInfo

Description

The IAdoMdAxisInfo interface contains properties used to work with a collection of axes by which the data is formed when executing the MDX query.

Comments

The data obtained on executing a multidimensional query is formed as a slice. To identify a cell with data, select the axes in the slice, that cross and form a cell coordinate. Each axis, in its turn, is formed from certain dimensions, whose attributes describe the available coordinates on the axis.

The IAdoMdCellset.AxisInfo property provides the information about axis.

Properties

  Property name Brief description
The Count property returns the number of axes in collection.
The Item property returns parameters of the specified axis.

See also:

AdoMd Assembly Interfaces