IRdsDictionaryConverterList.ConvertibleDictionaries

Syntax

ConvertibleDictionaries: IMetabaseObjectDescriptors;

Description

The ConvertibleDictionaries property returns description of the MDM dictionaries that were converted to table MDM dictionaries.

Comments

To get description of the MDM dictionaries that were not converted to table MDM dictionaries, use the IRdsDictionaryConverterList.NotConvertibleDictionaries property.

Example

The property use is given in the example for IRdsDictionaryConverter.ConvertAll.

See also:

IRdsDictionaryConverterList