Assembly: Rds;
Namespace: Prognoz.Platform.Interop.Rds;
The IMetaRdsImportSchema interface is used to work with import scheme of table MDM dictionary.
IMetaRdsImportSchema
Using this interface, you can set up data import to a table 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 a scheme of import to a table MDM dictionary.
Property name | Brief description | |
The Mode property determines data import mode. | ||
The Source property determines a data source. |
Property name | Brief description | |
The Dictionary property returns parent object. | ||
The DisableUniqueKeys property determines whether check of downloaded data against all custom unique keys of a dictionary is disabled. | ||
The Filter property determines a filter used for imported data. | ||
The Incremental property determines whether data of the MDM dictionary is added on import. | ||
The IsQuery property determines whether to use SQL query as import source. | ||
The Mappings property returns parameters of binding of the MDM dictionary attributes to fields of the table, from which data is imported. | ||
The TableName property determines name of a table (SQL query), from which data is imported to the MDM dictionary. | ||
The TableObject property determines repository table, from which the data is imported. | ||
The UniqueKey property determines the number of attributes included into the unique key. |
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 links of the attribute to the fields of the imported table. | ||
The CheckTable method checks if the table specified in import schema of the MDM dictionary, does really exist. |
See also: