DTS Programming
TransformationSetOptions Property
The TransformationSetOptions property returns or sets the mode in which a ParallelDataPumpTask object operates.
Applies To
| ParallelDataPumpTask Object |
Syntax
oParallelDP.TransformationSetOptions [= value]
| Part | Description |
|---|---|
| oParallelDP | Expression that evaluates to a ParallelDataPumpTask object |
| value | DTSTransformationSetOptions constant that specifies the ParallelDataPumpTask operating mode |
Data Type
DTSTransformationSetOptions Constants
Modifiable
Read/write
Prototype (C/C++)
HRESULT GetTransformationSetOptions(DTSTransformationSetOptions* pRetVal);
HRESULT SetTransformationSetOptions(DTSTransformationSetOptions NewValue);
Remarks
The property must be set to one of the DTSTransformationSetOptions values. The default is DTSTranSetOpt_Flattened.