MaxConcurrentSteps Property (DTS)

The MaxConcurrentSteps property specifies the maximum number of steps executing concurrently on separate threads.

Applies To
Package 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

Remarks

The default is 4.

Data Type

Long

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetMaxConcurrentSteps(LONG *pRetVal);

HRESULT SetMaxConcurrentSteps(LONG NewValue);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.