IRdsDictionaryConverterList.NotConvertibleDictionaries

Syntax

NotConvertibleDictionaries: IMetabaseObjectDescriptors;

Description

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

Comments

To get description of the MDM dictionaries converted to table MDM dictionaries, use the IRdsDictionaryConverterList.ConvertibleDictionaries property.

Example

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

See also:

IRdsDictionaryConverterList