แชร์ผ่าน


ManagedWrapper.ReleaseConnection Method

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

Releases any connections associated with the wrapper.

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)

See Also

Reference

ManagedWrapper Class

Microsoft.SqlServer.Dts.Runtime Namespace