IAdoMdConnection.Cellset

Syntax

Cellset(Text: String): IAdoMdCellset;

Parameters

Text. Text of the MDX query for extracting analytical data.

Description

The Cellset method returns analytical data obtained after executing MDX query to server cubes.

Example

The example of use is given in description of the IAdoMdCellset.AxisInfo, IAdoMdCellset.Cells properties.

See also:

IAdoMdConnection