HostReleaseConnections 메서드

이 API는 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

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

구문

‘선언
Public Sub HostReleaseConnections ( _
    wrapper As IDTSManagedComponentWrapper100 _
)
‘사용 방법
Dim instance As ManagedComponentHost
Dim wrapper As IDTSManagedComponentWrapper100

instance.HostReleaseConnections(wrapper)
public void HostReleaseConnections(
    IDTSManagedComponentWrapper100 wrapper
)
public:
virtual void HostReleaseConnections(
    IDTSManagedComponentWrapper100^ wrapper
) sealed
abstract HostReleaseConnections : 
        wrapper:IDTSManagedComponentWrapper100 -> unit 
override HostReleaseConnections : 
        wrapper:IDTSManagedComponentWrapper100 -> unit 
public final function HostReleaseConnections(
    wrapper : IDTSManagedComponentWrapper100
)

구현

IDTSManagedComponentHost100. . :: . .HostReleaseConnections(IDTSManagedComponentWrapper100)