The IAdoMdAxisInfo interface contains properties used to work with a collection of axes by which the data is formed when executing the MDX query.
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.
| Property name | Brief description | |
![]() |
Count | The Count property returns the number of axes in collection. |
![]() |
Item | The Item property returns parameters of the specified axis. |
See also: