MaxConcurrentSteps Property

DTS Programming

DTS Programming

MaxConcurrentSteps Property

The MaxConcurrentSteps property specifies the maximum number of Data Transformation Services (DTS) steps executing concurrently on separate threads.

Applies To
Package Object Package2 Object
Syntax

object.MaxConcurrentSteps [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Maximum number of steps executing concurrently

Data Type

Long

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetMaxConcurrentSteps(LONG *pRetVal);

HRESULT SetMaxConcurrentSteps(LONG NewValue);

Remarks

The default is 4.

See Also

ExecuteInMainThread Property