IRdsImportSchemaAttribute

Assembly: Rds;

Description

The IRdsImportSchemaAttribute interface contains properties that determine parameters of binding of a dictionary attribute to import table fields.

Inheritance hierarchy

          IRdsImportSchemaAttribute

Comments

To correctly import, set the IRdsImportSchemaAttribute.DetailTable and IRdsImportSchemaAttribute.DetailTableObject properties.

On binding the table field to the attribute of the KEY dictionary, remember that MDM dictionaries support element keys included in the range 0-2 billion.

Properties

  Property name Brief Description
The Attribute property determines an attribute of the MDM dictionary, for which binding is executed with fields of an import table.
The DetailTable property determines name of a table containing records for multiple values of a dictionary attribute.
The DetailTableObject property determines repository table, from which data of multiple values of a dictionary attribute is imported.
The FieldName property determines name of a table field, with which an attribute of the MDM dictionary is linked.
The KeyField property determines name of the field in the DetailTable table that contains keys of elements, for which multiple values of the Attribute attribute are defined.
The OrderField property determines name of the field in the DetailTable table that contains numbers of values.
The ValueField property determines name of the field in the DetailTable table that contains keys of elements of a linked dictionary that create multiple value of the Attribute attribute.

See also:

Rds Assembly Interfaces