The IRdsExportSchema interface contains properties and methods used to work with an MDM dictionary export scheme.
If the export scheme is used to work with a table MDM dictionary, this interface can be cast to the IMetaRdsExportSchema interface.
| Property name | Brief description | |
| The Automatical property determines whether dictionary data is automatically exported on changing dictionary elements. | ||
| The Dictionary property returns parent object. | ||
| The Mappings property returns parameters of binding of the MDM dictionary attributes to fields of a table, into which data is exported. | ||
| The TableName property determines name of a table, into which data of the MDM dictionary is exported. | ||
| The TableObject property determines repository table, into which data is exported. |
| 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. |
| Method name | Brief description | |
| The ClearMappings method clears attribute binding to fields of a table in that data are exported. | ||
| The CheckTable method checks if the table specified in export scheme of the MDM dictionary, does really exist. |
See also: