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.

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

Syntaxe

'Déclaration
Public Sub CloseManagedConnection ( _
    managedConnection As Object _
)
'Utilisation
Dim instance As ManagedHelper
Dim managedConnection As Object

instance.CloseManagedConnection(managedConnection)
public void CloseManagedConnection(
    Object managedConnection
)
public:
virtual void CloseManagedConnection(
    Object^ managedConnection
) sealed
abstract CloseManagedConnection : 
        managedConnection:Object -> unit 
override CloseManagedConnection : 
        managedConnection:Object -> unit 
public final function CloseManagedConnection(
    managedConnection : Object
)

Paramètres

Implémente

IDTSManagedHelper100. . :: . .CloseManagedConnection(Object)