CManagedComponentWrapperClass.ReleaseConnections Method

Definition

Frees the connections established by the component during AcquireConnections(Object).

public:
 virtual void ReleaseConnections() = Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSDesigntimeComponent100::ReleaseConnections;
[System.Runtime.InteropServices.DispId(31)]
public virtual void ReleaseConnections ();
[<System.Runtime.InteropServices.DispId(31)>]
abstract member ReleaseConnections : unit -> unit
override this.ReleaseConnections : unit -> unit
Public Overridable Sub ReleaseConnections ()

Implements

Attributes

Remarks

Since the components do not automatically connect or disconnect, this method should be called after the AcquireConnections method.

Applies to