IDTSConnectionManager100.ReleaseConnection(Object) Method

Definition

Frees the connection established during AcquireConnection(Object). Can be called at design time and runtime.

public:
 void ReleaseConnection(System::Object ^ varConnection);
[System.Runtime.InteropServices.DispId(7)]
public void ReleaseConnection (object varConnection);
[<System.Runtime.InteropServices.DispId(7)>]
abstract member ReleaseConnection : obj -> unit
Public Sub ReleaseConnection (varConnection As Object)

Parameters

varConnection
Object

The connection to release.

Attributes

Applies to