ICubeCreatorFact.InitDimensions

Syntax

InitDimensions;

Description

The InitDimensions method prepares dimensions to bind to the table fields that is used to store fact values.

Comments

The InitDimensions method is used if the Table property is used for the fact. A dimensions collection is created and its binding to the fields of the specified table is set up after calling the method in the Dimensions property.

Example

The example of use is given in description of the Table property.

See also:

ICubeCreatorFact