GetEtl

Syntax

GetEtlResult GetEtl(EtlId tEtl, GetEtlArg tArg)

Parameters

tEtl. Opened ETL task instance moniker.

tArg. Parameters of getting metadata.

Description

The GetEtl operation gets ETL task metadata.

Comments

This operation enables the user to get information about the objects created in the ETL task that import and export data. To execute the operation, in the tEtl parameter specify the ETL task instance moniker, and in the tArg parameter specify the parameters, according to which the information is obtained. The moniker can be obtained on executing the OpenEtl operation. The tArg.pattern field is used to set a pattern to get information about various task objects. The operation results in the requested metadata.

Example

Various methods of using the operation are given in the following examples:

Example name
Getting Information about ETL Task Objects
Getting Information about ETL Task Execution Status

See also:

Working with ETL Task