ReleaseConnections 메서드

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

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리:  Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)

구문

‘선언
Sub ReleaseConnections
‘사용 방법
Dim instance As IDTSDesigntimeComponent100

instance.ReleaseConnections()
void ReleaseConnections()
void ReleaseConnections()
abstract ReleaseConnections : unit -> unit 
function ReleaseConnections()

주의

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