IEtlUserDataContainer.UserData

Syntax

UserData: IXmlDomElement;

Description

The UserData property returns element of XML document object model.

Comments

Features of work with XML files are presented on the Example of Working with XML Files page.

Example

Executing the example requires that the repository contains a Fore form with the FORMUSERPROV identifier containing the following components:

The form contains the following classes:

Form code

Executing the example requires that the repository contains an ETL task with the ETLT identifier.

Example of connecting unit and class

After executing the example a source object is created in the specified ETL task. A new page named CrPage is created in the provider edit wizard. On moving to this page the Memo1 component displays the current model XML data.

On the CrPage page on the button click:

See also:

IEtlUserDataContainer