The TransformationSetOptions property returns or sets the mode in which a ParallelDataPumpTask object operates.
oParallelDP.TransformationSetOptions [= value]
| Part | Description |
|---|---|
| oParallelDP | Expression that evaluates to a ParallelDataPumpTask object |
| value | DTSTransformationSetOptions constant that specifies the ParallelDataPumpTask operating mode |
DTSTransformationSetOptions Constants
Read/write
HRESULT GetTransformationSetOptions(DTSTransformationSetOptions* pRetVal);
HRESULT SetTransformationSetOptions(DTSTransformationSetOptions NewValue);
The property must be set to one of the DTSTransformationSetOptions values. The default is DTSTranSetOpt_Flattened.