IMetaRdsImportSchema

Assembly: Rds;

Description

The IMetaRdsImportSchema interface is used to work with import scheme of MDM dictionary.

Inheritance hierarchy

          INamedEntity

          IRdsImportSchema

          IMetaRdsImportSchema

Comments

Using this interface, one can set up data import to an MDM dictionary from the following sources:

The IRdsImportSchema.DisableUniqueKeys and IRdsImportSchema.UniqueKey properties are not relevant when working with an schema of import to an MDM dictionary.

Properties

  Property name Brief description
The Mode property determines data import mode.
The Source property determines a data source.

Properties inherited from IRdsImportSchema

  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.

Properties inherited from INamedEntity

  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.

Methods inherited from IRdsImportSchema

  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 scheme of the MDM dictionary, does really exist.

See also:

Rds Assembly Interfaces