ICubeCreatorDimensions.AddNew

Syntax

AddNew(Name: String): ICubeCreatorDimension;

Properties

Name. Cube dimension name.

Description

The AddNew method creates a new dimension in the collection.

Comments

An individual MDM dictionary is created on creating a cube for this dimension. If the ICubeCreator.RdsDatabase property is selected in the cube creator parameters, a dictionary is created in the cube, otherwise the dictionary stores to the folder, in which the cube is to be stored.

Example

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

See also:

ICubeCreatorDimensions