ICubeCreator.DictionaryParent

Syntax

DictionaryParent: IMetabaseObject;

Description

The DictionaryParent property determines the folder, in which objects required for cube are created.

Comments

Table dictionaries, calendar dictionary and other objects are created in the folder.

If value of this property is set, the cube can be created without specifying MDM repository in the ICubeCreator.RdsDatabase property. It is enough to set folder and database. To set a database, use the ICubeCreator.Database property.

Example

The property use is given in the example for ICubeCreator.Table.

See also:

ICubeCreator