Item(Index: Integer): IEtlObject;
Index - index of ETL task object.
The Item property returns ETL task object, which index is passed by the Index parameter.
To get the number of objects in ETL task, use the IEtlTask.Count property.
The property use is given in the example for IEtlTask.CreatePlainLink.
See also: