IRdsNotConvertibleReasons.Item

Syntax

Item(Index: Integer): IRdsNotConvertibleReason;

Parameters

Index. Reason index.

Description

The Item property returns the reason, due to which MDM dictionary cannot be converted to table MDM dictionary by its index.

Comments

To get the number of reasons, due to which MDM dictionary cannot be converted to table MDM dictionary, use the IRdsNotConvertibleReasons.Count property.

Example

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

See also:

IRdsNotConvertibleReasons