ICubeLoaderDimensionBindings.AddCalendar

Syntax

AddCalendar(SourceField: String; CalendarLevel: DimCalendarLevel): ICubeLoaderDimensionBinding;

Parameters

SourceField. Name of field of the data source, to which dimension is bound.

CalendarLevel. The calendar level, for which a binding is created.

Description

The AddCalendar method adds parameters of calendar dimension binding to the collection.

Example

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

See also:

ICubeLoaderDimensionBindings