ReleaseConnection Method (DTS)

The ReleaseConnection method releases ownership of the connection and makes it available to other tasks. The InUse property is set to False.

Applies To
Connection Object  

Syntax

Connection.ReleaseConnection()

Part Description
connection Expression that evaluates to an object in the Applies To list

Remarks

Rowsets are always released at the Task object level.

All tasks must include calls to AcquireConnection and ReleaseConnection.

Prototype (C/C++)

HRESULT ReleaseConnection();

See Also

AcquireConnection Method

  


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