IRdsExportSchemaAttribute

Assembly: Rds;

Description

The IRdsExportSchemaAttribute interface contains properties that determine parameters of binding of a dictionary attribute to fields of an export table.

Properties

  Property name Brief description
The Attribute property determines an attribute of the MDM dictionary, for which binding is executed with fields of an export table.
The DetailTable property determines physical name of a table, into which records for multiple values of a dictionary attribute are exported.
The DetailTableObject property determines repository table, to which data of multiple values of a dictionary attribute is exported.
The FieldName property determines name of a table field, with which an attribute of the MDM dictionary is linked.
The KeyField property determines the field name in the DetailTable table that contains keys of elements that have multiple values of the Attribute attribute.
The OrderField property determines name of the field in the DetailTable table that contains numbers of values.
The UpdateDetailTableMode property determines the way of records update in a table used to export values of a multiple attribute.
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