Item(Index: Integer): IEtlObject;
Item(Index: integer): Prognoz.Platform.Interop.Etl.IEtlObject;
Index is an index of ETL task object.
The Item property returns ETL task object index of which 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: