IEtlTemplates.RemoveByKey

Syntax

RemoveByKey(Key: Integer): Boolean;

Parameters

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

Description

The RemoveByKey method removes custom templates of the ETL task provider or consumer by its key.

Comments

If custom template is removed, the method returns True.

To remove custom template of the ETL task provider or consumer by its identifier, use IEtlTemplates.RemoveById.

To remove custom template of the ETL task provider or consumer by its index, use IEtlTemplates.Remove.

To add new custom template of the ETL task provider or consumer to the collection, use IEtlTemplates.Add.

See also:

IEtlTemplates