IDTSManagedHelper100.CloseManagedConnection(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Closes the specified connection.
public:
void CloseManagedConnection(System::Object ^ pManagedConnection);
public void CloseManagedConnection (object pManagedConnection);
abstract member CloseManagedConnection : obj -> unit
Public Sub CloseManagedConnection (pManagedConnection As Object)
Parameters
- pManagedConnection
- Object
The connection to close to.
Remarks
For more information, see ManagedHelper.