ICubeCreator.DictionaryParent

Fore Syntax

DictionaryParent: IMetabaseObject;

Fore.NET Syntax

DictionaryParent: Prognoz.Platform.Interop.Metabase.IMetabaseObject;

Description

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

Comments

Table dictionaries used as dimensions, 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.

Fore and Fore.NET Examples

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

See also:

ICubeCreator