다음을 통해 공유


ManagedComponentHost.HostAcquireConnections 메서드

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

Acquires connection for the ManagedComponentHost.

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

구문

‘선언
Public Sub HostAcquireConnections ( _
    wrapper As IDTSManagedComponentWrapper100, _
    transaction As Object _
)
‘사용 방법
Dim instance As ManagedComponentHost 
Dim wrapper As IDTSManagedComponentWrapper100 
Dim transaction As Object

instance.HostAcquireConnections(wrapper, _
    transaction)
public void HostAcquireConnections(
    IDTSManagedComponentWrapper100 wrapper,
    Object transaction
)
public:
virtual void HostAcquireConnections(
    IDTSManagedComponentWrapper100^ wrapper, 
    Object^ transaction
) sealed
abstract HostAcquireConnections : 
        wrapper:IDTSManagedComponentWrapper100 * 
        transaction:Object -> unit  
override HostAcquireConnections : 
        wrapper:IDTSManagedComponentWrapper100 * 
        transaction:Object -> unit
public final function HostAcquireConnections(
    wrapper : IDTSManagedComponentWrapper100, 
    transaction : Object
)

매개 변수

구현

IDTSManagedComponentHost100.HostAcquireConnections(IDTSManagedComponentWrapper100, Object)

참고 항목

참조

ManagedComponentHost 클래스

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