ISourceDataImportDestinationInfo.FreeDimensions

Fore Syntax

FreeDimensions: IDimensionSet;

Fore.NET Syntax

FreeDimensions: Prognoz.Platform.Interop.Dimensions.IDimensionSet;

Description

The FreeDimensions property returns the list of free dimensions.

Comments

A free dimension is a dimension used for search, but elements of this dimension are not included into search result name. Calendar dimension is always indexed as a free one. If required, add another dimensions to the list of free dimensions.

Example

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

See also:

ISourceDataImportDestinationInfo