Share via


ManagedWrapper.ReleaseConnection Method

This API supports the infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public Sub ReleaseConnection ( _
    connection As Object _
)
'Usage
Dim instance As ManagedWrapper
Dim connection As Object

instance.ReleaseConnection(connection)
public void ReleaseConnection(
    Object connection
)
public:
virtual void ReleaseConnection(
    Object^ connection
) sealed
abstract ReleaseConnection : 
        connection:Object -> unit 
override ReleaseConnection : 
        connection:Object -> unit 
public final function ReleaseConnection(
    connection : Object
)

Parameters

Implements

IDTSConnectionManager100.ReleaseConnection(Object)