IRdsImportSchemaAttribute.DetailTableObject

Fore Syntax

DetailTableObject: IMetabaseObjectDescriptor;

Fore.NET Syntax

DetailTableObject: Prognoz.Platform.Interop.Metabase.IMetabaseObjectDescriptor;

Description

The DetailTableObject property determines repository table, from which data of multiple values of a dictionary attribute is imported.

Comments

The property is mandatory. To correctly import, also set the IRdsImportSchemaAttribute.DetailTable property.

Fore and Fore.NET Examples

The property use is given in the example for IRdsImportSchemaAttribute.DetailTable.

See also:

IRdsImportSchemaAttribute