IEtlTemplates.Item

Syntax

Item(Index: Integer): IEtlTemplate;

Parameters

Index. Index of the ETL task object custom template.

Description

The Item property returns custom template of the ETL task source or consumer by its index.

Comments

To get number of the ETL task sources or consumers custom templates, use IEtlTemplates.Count.

See also:

IEtlTemplates