DTSTransformationSetOptions

DTS Programming

DTS Programming

DTSTransformationSetOptions

The DTSTransformationSetOptions constants specify the operating mode of a Parallel Data Pump Task object.

Constant Value Description
DTSTranSetOpt_Flattened 0 Transforms component rowsets independently without reference to chapter subsets (default).
DTSTranSetOpt_Hierarchical 1 Transforms component rowsets row at a time, using chapter subsets to transform child rowsets.
DTSTranSetOpt_DataDrivenQueries 4 Transforms component rowset as in flattened-mode, user queries to save data.

See Also

Parallel Data Pump Task

TransformationSetOptions Property