IEtlTemplates.RemoveById

Syntax

RemoveById(Id: String): Boolean;

Parameters

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

Description

The RemoveById method removes custom template of the ETL task source or consumer by its identifier.

Comments

If custom template is removed, the method returns True.

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

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