Transformations Collection

DTS Programming

DTS Programming

Transformations Collection

The Transformations collection is a group of Transformation2 objects that contain information about the transformation, and about source and destination columns.

Applies To
DataDrivenQueryTask Object DataPumpTask2 Object
DataDrivenQueryTask2 Object TransformationSet Object
DataPumpTask Object  
Properties
Count Property Parent Property

Methods
Add Method New (ID) Method
Insert Method Remove Method
Item Method  

Remarks

Transformations specifies the collection of transformations that transfer data from the data source to the data destination.

Prototype (C/C++)

HRESULT GetTransformations(IDTSTransformations **pRetVal);

See Also

Adding DTS Transformations

Transformation2 Object