IRdsDictionaryConverter

Assembly: Rds;

Description

The IRdsDictionaryConverter interface is used to convert an MDM dictionary to a table MDM dictionary.

Inheritance hierarchy

          IRdsDictionaryConverter

Comments

If MDM repository contains outdated dictionary types: MDM dictionaries and composite MDM dictionaries, then convert those dictionaries into table MDM dictionaries. Foresight. Analytics Platform does not support outdated dictionary types.

Converted table MDM dictionaries are more powerful and support working with a big number of elements. Conversion enables the use of a separate data storage table that will be created in any place of the repository and not only in the MDM repository.

An MDM dictionary is converted taking into account permissions and privileges of the user who executes this operation:

Restrictions and features of converting an MDM dictionary to a table MDM dictionary:

The table dictionary obtained after conversion has the same parameters, settings, attributes, data, configured security subjects and access permissions, import and export schemas, and object key.

NOTE. Converting may result in error, if the metadata schema was previously moved from Microsoft SQL Server 2008 to Microsoft SQL Server 2012. Moving of schemas between different DBMS versions is not supported because of difference in SQL syntax, that is why MDM dictionaries will not be converted.

Properties

  Property name Brief description
AllDictionary The AllDictionary property returns the list of MDM dictionaries converted to table MDM dictionaries.

Methods

  Method name Brief description
The AllRdsDatabase method checks MDM repository and returns the list of MDM dictionaries converted to table MDM dictionaries.
The Convert method converts an MDM dictionary to a table MDM dictionary.
The ConvertAll method converts all MDM dictionaries to table MDM dictionaries.

See also:

Rds Assembly Interfaces