ConnectImmediate Property (DTS)

The ConnectImmediate property specifies whether to make an immediate connection when a package starts running, or to wait until executing a step, which executes a task referencing this connection.

Applies To
Connection Object  

Syntax

object.ConnectImmediate [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Whether to make an immediate connection

Remarks

The default is False.

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetConnectImmediate(VARIANT_BOOL *pRetVal);

HRESULT SetConnectImmediate(VARIANT_BOOL NewValue);

  


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