共用方式為


CManagedComponentWrapperClass.ReleaseConnections Method

Definition

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.

Applies to