IEtlTemplates.FindByKey

Syntax

RemoveByKey(Key: Integer): IEtlTemplate;

Parameters

Key. Key of custom template of the ETL task object.

Description

The FindByKey method searches custom template of the ETL task source or consumer by its key.

Comments

To search custom template of the ETL task source or consumer by its identifier, use IEtlTemplates.FindById.

See also:

IEtlTemplates