ConnectionManagerMultiFileClass.ReleaseConnection(Object) Method

Definition

Frees the connection established during AcquireConnection(Object).

public:
 virtual void ReleaseConnection(System::Object ^ varConnection) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManager100::ReleaseConnection;
[System.Runtime.InteropServices.DispId(7)]
public virtual void ReleaseConnection (object varConnection);
[<System.Runtime.InteropServices.DispId(7)>]
abstract member ReleaseConnection : obj -> unit
override this.ReleaseConnection : obj -> unit
Public Overridable Sub ReleaseConnection (varConnection As Object)

Parameters

varConnection
Object

The connection to release.

Implements

Attributes

Applies to