Assembly: AdoMd;
The IAdoMdCubeExecutor interface contains properties and methods used to execute various MDX queries to cube.
IAdoMdCubeExecutor
To get an object that allows to execute various MSX queries to cube, it is required to execute the following:
Get ADOMD cube in the repository, open it and cast to the ICubeInstance interface.
Get required display version of cube for further working with data.
Create a cube calculator and cast it to the IAdoMdCubeExecutor interface.
Property name | Brief description | |
MdxQuery | The MdxQuery property determines a random MDX query to cube. |
Method name | Brief description | |
OpenCellset | The OpenCellset method returns analytical data obtained after executing a random MDX query to cube. |
See also: