Assembly: Rds;
Namespace: Prognoz.Platform.Interop.Rds;
The IRdsNonUniqueKey interface is used to work with a non-unique key of MDM dictionary.
IRdsNonUniqueKey
IRdsNonUniqueKey is also used to work with non-unique keys of table MDM dictionary.
The non-unique key of dictionary can also be used as alternative dictionary index (IDimHierarchy.SourceIndex).
| Property name | Brief description | |
| The Attributes property returns attributes of non unique key of MDM dictionary. | ||
| The Contains property determines whether the specified attribute is included into non-unique key of the MDM dictionary. | ||
| The Dictionary property returns the MDM dictionary that is the owner of the non-unique key. |
| Property name | Brief description | |
| The Id property determines the object identifier. | ||
| The Key property returns the object key. | ||
| The Name property determines the object name. |
See also: