The IRdsSegments interface contains properties and methods used to work with a collection of MDM dictionary segments.
| Property name | Brief description | |
| The Count property returns the number of MDM dictionary segments. | ||
| The Item property returns an MDM dictionary segment. |
| Method name | Brief description | |
| The Add method creates an MDM dictionary segment. | ||
| The Clear method clears all the MDM dictionary segments. | ||
| The FindById method searches a segment of the MDM dictionary by identifier. | ||
| The FindByKey method searches a segment of the MDM dictionary by key. | ||
| The Remove method removes a segment by index. | ||
| The RemoveByKey method removes a segment by key. |
See also: