ICubeExecutorDrillThroughItem.Dataset

Fore Syntax

Dataset: IDatasetModel;

Fore.NET Syntax

Dataset: Prognoz.Platform.Interop.Db.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.

Fore and Fore.NET Examples

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

See also:

ICubeExecutorDrillThroughItem