ICubeLoaderFromSource.Init

Syntax

Init(Source: Object);

Properties

Source. The data source described by the IDtProvider interface.

Description

The Init method sets up parameters of binding of dimensions and facts based on data source fields.

Comments

The DimensionBindings and FactBindings collections are filled on executing the method. The collections are filled according to data source fields by the following algorithm:

Example

The example of use is given in description of the Load method.

See also:

ICubeLoaderFromSource