IEtlTask.Item

Syntax

Item(Index: Integer): IEtlObject;

Parameters

Index - index of ETL task object.

Description

The Item property returns ETL task object, which index is passed by the Index parameter.

Comments

To get the number of objects in ETL task, use the IEtlTask.Count property.

Example

The property use is given in the example for IEtlTask.CreatePlainLink.

See also:

IEtlTask