IRdsNonUniqueKeys.Item

Syntax

Item(Index: Integer): IRdsNonUniqueKey;

Parameters

Index. Index of the non-unique key of MDM dictionary.

Description

The Item property returns a non-unique key of the MDM dictionary.

Comments

Use the IRdsNonUniqueKeys.Count property to get the number of non-unique keys of MDM dictionary.

Example

The property use is given in the example for IRdsNonUniqueKeys.Clear.

See also:

IRdsNonUniqueKeys