ConnectionManagerAdoClass.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. Called at design time and runtime.
public:
virtual void ReleaseConnection(System::Object ^ varConnection) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnectionManager100::ReleaseConnection;
[System.Runtime.InteropServices.DispId(7)]
public virtual void ReleaseConnection (object varConnection);
[<System.Runtime.InteropServices.DispId(7)>]
abstract member ReleaseConnection : obj -> unit
override this.ReleaseConnection : obj -> unit
Public Overridable Sub ReleaseConnection (varConnection As Object)
Parameters
- varConnection
- Object
The connection to release.
Implements
- Attributes