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.
| Connection Object | 
object.ConnectImmediate [= value]
| Part | Description | 
|---|---|
| object | Expression that evaluates to an object in the Applies To list | 
| value | Whether to make an immediate connection | 
The default is False.
Boolean
Read/write
HRESULT GetConnectImmediate(VARIANT_BOOL *pRetVal);
HRESULT SetConnectImmediate(VARIANT_BOOL NewValue);