IMetaRdsLoader.Database

Syntax

Database: IDatabase;

Description

The Database property determines a database that will store dictionary table.

Comments

This property is relevant if a new MDM dictionary is created. If an MDM repository or a folder created in an MDM repository is specified as a parent object in the information on created object passed in the IMetaRdsLoader.CreateObject method, the database, to which this MDM repository is set up, is set as the value of the Database property. If no parent object is specified, or a repository folder is selected as the parent object, the user needs to specify a database in the Database property before executing the IMetaRdsLoader.CreateObject method.

Example

The property use is given in the example for IRdsBaseBinding.InUniqueKey.

See also:

IMetaRdsLoader