CManagedComponentWrapperClass.ReleaseConnections 메서드

Frees the connections established by the component during AcquireConnections.

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

구문

‘선언
Public Overridable Sub ReleaseConnections
‘사용 방법
Dim instance As CManagedComponentWrapperClass

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

구현

IDTSDesigntimeComponent100.ReleaseConnections()

주의

Since the components do not automatically connect or disconnect, this method should be called after the AcquireConnections method.

참고 항목

참조

CManagedComponentWrapperClass 클래스

Microsoft.SqlServer.Dts.Pipeline.Wrapper 네임스페이스