Partager via


CloseManagedConnection méthode

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

For more information, see ManagedHelper.

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

Syntaxe

'Déclaration
Sub CloseManagedConnection ( _
    pManagedConnection As Object _
)
'Utilisation
Dim instance As IDTSManagedHelper100
Dim pManagedConnection As Object

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

Paramètres