The IRdsCompoundDictionarySources interface contains properties and methods used to work with a collection of sources of composite MDM dictionary.
| Property name | Brief description | |
| The Count property returns number of sources in this composite MDM dictionary. | ||
| The Item property returns a data source. |
| Method name | Brief description | |
| The Add method creates a data source. | ||
| The Clear method clears all data sources. | ||
| The FindById method searches a source by identifier. | ||
| The FindByKey method searches a source by key. | ||
| The FindBySource method searches a dictionary among sources. | ||
| The Remove method removes a source by index. | ||
| The RemoveByKey method removes a source by key. |
See also: