The Transformations collection is a group of Transformation objects that contain information about the transformation, and source and destination columns.
| DataDrivenQueryTask Object | DataPumpTask Object |
| Add Method | New Method |
| Insert Method | Remove Method |
| Item Method |
| Count Property | Parent Property |
object.Transformations
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
Transformations specifies the collection of transformations that transfer data from the data source to the data destination.
Transformations
Read-only
HRESULT GetTransformations(IDTSTransformations **pRetVal);
| Transformation Object |