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