ICubeLoaderFromSource.RdsDatabase

Syntax

RdsDatabase: IRdsDatabaseInstance;

Description

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

Comments

The corresponding table MDM dictionaries are created when data loading to dimensions, if created bindings do not correspond the cube dimensions or current repository dictionaries, on setting up the DimensionBindings data loader to the cube collection. If the RdsDatabase property is set, dictionaries are created in the selected MDM repository, otherwise the dictionaries are stored in the folder, to which the created cube is saved.

Example

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

See also:

ICubeLoaderFromSource