ICubeExecutorDrillThroughItem.Dataset

Syntax

Dataset: IDatasetModel;

Description

The Dataset property returns structure of relational data source.

Comments

To get SQL query of drillthrough element, use ICubeExecutorDrillThroughItem.Command.

To get a drillthrough element by data source structure on cube calculation, use ICubeExecutorDrillThroughItems.FindByDataset.

Example

The property use is given in the example for ICubeInstanceDestinationExecutor.DrillThrough.

See also:

ICubeExecutorDrillThroughItem