IEtlTemplates.FindById

Syntax

FindById(Id: String): IEtlTemplate;

Parameters

Id. Identifier of custom template of the ETL task object.

Description

The FindById method searches custom template of the ETL task provider or consumer by its identifier.

Comments

To search custom template of the ETL task provider or consumer by its key, use IEtlTemplates.FindByKey.

See also:

IEtlTemplates