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.
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 |
Boolean
Read/write
HRESULT GetConnectImmediate(VARIANT_BOOL *pRetVal);
HRESULT SetConnectImmediate(VARIANT_BOOL NewValue);
The default is FALSE.