ICubeCreator.RdsDatabase

Syntax

RdsDatabase: IRdsDatabaseInstance;

Description

The RdsDatabase property determines the MDM repository, in which the dictionaries, corresponding to the cube dimensions, are created.

Comments

If new dimensions are added to the Dimensions collection by means of the AddNew method, MDM dictionaries, corresponding to the specified dimensions, are also created in repository on cube creation. If the RdsDatabase property is set, dictionaries are created in the specified MDM repository, otherwise the dictionaries are stored in the folder, to which the created cube is to be saved.

Example

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

See also:

ICubeCreator