Freigeben über


IDTSConnectionManager100.ReleaseConnection-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

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

Syntax

'Declaration
Sub ReleaseConnection ( _
    varConnection As Object _
)
'Usage
Dim instance As IDTSConnectionManager100 
Dim varConnection As Object

instance.ReleaseConnection(varConnection)
void ReleaseConnection(
    Object varConnection
)
void ReleaseConnection(
    [InAttribute] Object^ varConnection
)
abstract ReleaseConnection : 
        varConnection:Object -> unit
function ReleaseConnection(
    varConnection : Object
)

Parameter

Siehe auch

Verweis

IDTSConnectionManager100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace