The IAdoMdCellset interface contains properties and methods used to work with the analytical data obtained as the result of executing MDX query to the cubes on server.
Execute the IAdoMdConnection.Cellset method to get analytical data.
Property name | Brief description | |
AxisInfo | The AxisInfo property returns information about the axes, which form the data obtained as the result of MDX query execution. | |
Cells | The Cells property returns the cursor that contains information about the set of cells with values obtained as the result of executing MDX query to the cubes. |
See also: