Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Closes the connection.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Sub CloseManagedConnection ( _
managedConnection As Object _
)
'Usage
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
)
Parameters
- managedConnection
Type: System.Object
The managed connection to be closed.
Implements
IDTSManagedHelper100.CloseManagedConnection(Object)