Méthode IDTSManagedHelper100.CloseManagedConnection
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Closes the specified connection.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en 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
- pManagedConnection
Type : System.Object
The connection to close to.
Notes
For more information, see ManagedHelper.