Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
- connection
Type: System.Object
The connection.
Implements
IDTSConnectionManager100.ReleaseConnection(Object)