ManagedHelper.CloseManagedConnection Method
This API supports the infrastructure and is not intended to be used directly from your code.
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