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