Partager via


Méthode IDTSConnectionManager100.ReleaseConnection

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Sub ReleaseConnection ( _
    varConnection As Object _
)
'Utilisation
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
)

Paramètres

Voir aussi

Référence

IDTSConnectionManager100 Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper