PipelineComponent.ReleaseConnections Method
SQL Server 2008 R2
Frees the connections established during AcquireConnections. Called at design time and run time.
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Called repeatedly during component design, and at the end of component execution. Components should release any connections that were opened and maintained in AcquireConnections.