ISourceDataImportDestinationInfo.SelectionSet

Fore Syntax

SelectionSet: IDimSelectionSet;

Fore.NET Syntax

SelectionSet: Prognoz.Platform.Interop.Dimensions.IDimSelectionSet;

Description

The SelectionSet property determines selection of dimensions according to which indexing should be executed.

Comments

If the property is not set, indexing is done by entire selection of all dimensions. Consider that matrix with data is built previously and only the elements with data are indexed.

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

Example

The example of use is given in description of the ISourceDataImportDestinationInfos.Add method.

See also:

ISourceDataImportDestinationInfo