The MaxConcurrentSteps property specifies the maximum number of Data Transformation Services (DTS) steps executing concurrently on separate threads.
object.MaxConcurrentSteps [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | Maximum number of steps executing concurrently |
Long
Read/write
HRESULT GetMaxConcurrentSteps(LONG *pRetVal);
HRESULT SetMaxConcurrentSteps(LONG NewValue);
The default is 4.