ConnectionManager.ReleaseConnection Method
Frees the connection established during AcquireConnection. Called at design time and runtime.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
This method is called repeatedly by the runtime during component design and at the end of component execution. Components then release any connections that were opened and maintained in AcquireConnection. This method is called only when OfflineMode is false.