ISearchDataSourcesItem.BuildCubeSelection

Syntax

BuildCubeSelection(pMetabase: IMetabase): IDimSelectionSet;

Parameters

pMetabase. Repository context, within which cube selection is initialized.

Description

The BuildCubeSelection method creates selection for data source based on the information contained in the current element.

Comments

The created selection can be passed into data source to get actual values corresponding to the combination of indexed data stored in the current element.

See also:

ISearchDataSourcesItem