IEtlTemplates.Remove

Syntax

Remove(Index: Integer): Boolean;

Parameters

Index. Index of custom template of the ETL task provider or consumer.

Description

The Remove method removes custom templates of the ETL task provider or consumer by its index.

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 key, use IEtlTemplates.RemoveByKey.

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

See also:

IEtlTemplates