CManagedComponentWrapperClass.ReleaseConnections 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.
public:
virtual void ReleaseConnections() = Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::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
Because the components do not automatically connect or disconnect, this method should be called after the AcquireConnections method.