IRdsImportSchema.UniqueKey

Syntax

UniqueKey: IRdsUniqueKey;

Description

The UniqueKey property determines the number of attributes included into the unique key.

Comments

The set of attributes can be used to correspond a record from the import source with the MDM dictionary element and to determine relationship between imported elements.

The unique key must belong to the same dictionary as the import scheme.

If the property value is not set, the check is based on the KEY attribute. To get the KEY attribute, use the IRdsAttributes.Key property.

The unique key should be imported according to the following:

Example

The property use is given in the example for IRdsImportSchema.TableObject.

See also:

IRdsImportSchema