IDTSConnectionManager100.ReleaseConnection(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.
Frees the connection established during AcquireConnection(Object). Can be called at design time and runtime.
public:
void ReleaseConnection(System::Object ^ varConnection);
[System.Runtime.InteropServices.DispId(7)]
public void ReleaseConnection (object varConnection);
[<System.Runtime.InteropServices.DispId(7)>]
abstract member ReleaseConnection : obj -> unit
Public Sub ReleaseConnection (varConnection As Object)
Parameters
- varConnection
- Object
The connection to release.
- Attributes