ICubeLoaderDimensionBinding.Dictionary

Syntax

Dictionary: IDimensionModel;

Description

The Dictionary property determines the repository dictionary, which is used as a cube dimension.

Comments

If the Dictionary property is not specified, a new dictionary is created according to the dimension when executing the Load method.

The following dictionaries can be specified as the value property:

NOTE. If in the Dictionary property the dictionary for calendar dimension is specified, the structure of this dictionary is changed in the way that leaves only the elements of the level, which is specified in the AddCalendar options or in the CalendarLevel property.

Example

The example of use is given in description of the ICubeLoaderFromSource.DimensionBindings property.

See also:

ICubeLoaderDimensionBinding