ConnectImmediate Property

DTS Programming

DTS Programming

ConnectImmediate Property

The ConnectImmediate property specifies whether to make an immediate connection, either when a Data Transformation Services (DTS) package starts running or at the time a step that references a task using this connection executes.

Applies To
Connection Object Connection2 Object
Syntax

object.ConnectImmediate [= value]

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

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetConnectImmediate(VARIANT_BOOL *pRetVal);

HRESULT SetConnectImmediate(VARIANT_BOOL NewValue);

Remarks

The default is FALSE.

See Also

Connected Property