Assembly: Rds;
The IMetaRdsImportSchema interface is used to work with import scheme of MDM dictionary.
IMetaRdsImportSchema
Using this interface, one can set up data import to an MDM dictionary from the following sources:
Microsoft OLEDB Provider for Oracle.
Microsoft OLEDB Provider for SQL Server.
Microsoft Excel (*.xls, *.xlsx).
Microsoft Access (*.mdb).
Microsoft XML (*.xml).
Text file (*.txt).
Clipboard.
The IRdsImportSchema.DisableUniqueKeys and IRdsImportSchema.UniqueKey properties are not relevant when working with an schema of import to an MDM dictionary.
Property name | Brief description | |
The Mode property determines data import mode. | ||
The Source property determines a data source. |
Property name | Brief description | |
AddCrossVersions | The AddCrossVersions property determines whether new versions of the element, which actual period intersects with periods of other versions of this element, are added. | |
Dictionary | The Dictionary property returns parent object. | |
DisableUniqueKeys | The DisableUniqueKeys property determines whether check of downloaded data against all custom unique keys of a dictionary is disabled. | |
Filter | The Filter property determines a filter used for imported data. | |
Incremental | The Incremental property determines whether data of the MDM dictionary is added on import. | |
IsQuery | The IsQuery property determines whether to use SQL query as import source. | |
Mappings | The Mappings property returns parameters of binding of the MDM dictionary attributes to fields of the table, from which data is imported. | |
TableName | The TableName property determines name of a table (SQL query), from which data is imported to the MDM dictionary. | |
TableObject | The TableObject property determines repository table, from which the data is imported. | |
UniqueKey | The UniqueKey property determines the number of attributes included into the unique key. |
Property name | Brief description | |
Id | The Id property determines the object identifier. | |
Key | The Key property returns the object key. | |
Name | The Name property determines the object name. |
Method name | Brief description | |
ClearMappings | The ClearMappings method clears links of the attribute to the fields of the imported table. | |
CheckTable | The CheckTable method checks if the table specified in import scheme of the MDM dictionary, does really exist. |
See also: