ISourceDataImportDestinationInfo.SelectionSet

Syntax

SelectionSet: IDimSelectionSet;

Description

The SelectionSet property determines the selection of dimensions, according to which indexing must be executed.

Comments

If the property is not set, indexing is executed by entire selection of all dimensions. A matrix with data is built beforehand, and only the elements with data are indexed.

If the property is set, only selected dimension elements are indexed.

See also:

ISourceDataImportDestinationInfo