RemoveById(Id: String): Boolean;
RemoveById(Id: string): boolean;
Id. Identifier of custom template of the ETL task object.
The RemoveById method removes custom template of the ETL task source or consumer by its identifier.
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: