IMetaRdsLoader.Source

Fore Syntax

Source: Object;

Fore.NET Syntax

Source: Object;

Description

The Source property determines a source for a table MDM dictionary.

Comments

As the value of this property, specify a data source described by the IDtProvider interface. The source must be closed.

Fore and Fore.NET Example

The property use is given in the example for IMetaRdsLoader.Load.

See also:

IMetaRdsLoader