RemoveByKey(Key: Integer): Boolean;
RemoveByKey(Key: uinteger): boolean;
Key. Key of custom template of the ETL task object.
The RemoveByKey method removes custom templates of the ETL task provider or consumer by its key.
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: