ITableCreator.ObjectCreateInfo

Syntax

ObjectCreateInfo: IMetabaseObjectCreateInfo;

Description

The ObjectCreateInfo property determines description of the repository object that corresponds to the created table.

Comments

Created object description can be obtained by executed the IMetabase.CreateCreateInfo method. All required parameters (name, identifier, parent folder, and so on) of the table created in the repository can be specified in this description. Class of created object is created automatically when executing the Execute method and has the value  MetabaseObjectClass.KE_CLASS_TABLE.

Example

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

See also:

ITableCreator