ICubeCreatorDimensions.Add

Syntax

Add(Dimension: IDimensionModel): ICubeCreatorDimension;

Properties

Dimension. Repository dictionary that is used as a dimension of the created cube.

Description

The Add method adds the dimension, based on the current dictionary and passed by the Dimension parameter, to the collection.

Comments

The selected dictionary is included into the cube structure on creating a cube.

Example

The example of use is given in description of the ICubeCreator.CreateCube method.

See also:

ICubeCreatorDimensions