IAdoMdCubeExecutor

Assembly: AdoMd;

Description

The IAdoMdCubeExecutor interface contains properties and methods used to execute various MDX queries to cube.

Inheritance hierarchy

IAdoMdCubeExecutor

Comments

To get an object that allows to execute various MSX queries to cube, it is required to execute the following:

  1. Get ADOMD cube in the repository, open it and cast to the ICubeInstance interface.

  2. Get required display version of cube for further working with data.

  3. Create a cube calculator and cast it to the IAdoMdCubeExecutor interface.

Properties

  Property name Brief description
MdxQuery The MdxQuery property determines a random MDX query to cube.

Methods

  Method name Brief description
OpenCellset The OpenCellset method returns analytical data obtained after executing a random MDX query to cube.

See also:

AdoMd Assembly Interfaces