ExecuteInMainThread Property (DTS)

The ExecuteInMainThread property specifies whether the step executes in the main thread of the Package object instead of a worker thread.

Applies To
Step Object  

Syntax

object.ExecuteInMainThread [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Whether the step executes in the main thread of the Package object

Remarks

The default is False.

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetExecuteInMainThread(VARIANT_BOOL *pRetVal);

HRESULT SetExecuteInMainThread(VARIANT_BOOL NewValue);

  


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