IDTSDesigntimeComponent100.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.
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.