The ConnectionID property specifies the ID of a Connection object to use in executing Transact-SQL statements.
BulkInsertTask Object | Lookup Object |
ExecuteSQLTask Object |
object.ConnectionID [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | ID of a Connection object to use |
Long
Read/write
HRESULT GetConnectionID(LONG *pRetVal);
HRESULT SetConnectionID(LONG NewValue);