IDTSDesigntimeComponent100.ReleaseConnections Method

Definition

Frees the connections established during AcquireConnections(Object) at either design time or run time.

public:
 void ReleaseConnections();
[System.Runtime.InteropServices.DispId(31)]
public void ReleaseConnections ();
[<System.Runtime.InteropServices.DispId(31)>]
abstract member ReleaseConnections : unit -> unit
Public Sub ReleaseConnections ()
Attributes

Remarks

Called repeatedly during component design, and at the end of component execution. Components should release any connections that were opened and maintained in AcquireConnections.

Applies to