ManagedComponentHost.HostOnOutputPathAttached 메서드
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Specifies the host on attached output path.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline
어셈블리: Microsoft.SqlServer.PipelineHost(Microsoft.SqlServer.PipelineHost.dll)
구문
‘선언
Public Sub HostOnOutputPathAttached ( _
wrapper As IDTSManagedComponentWrapper100, _
outputID As Integer _
)
‘사용 방법
Dim instance As ManagedComponentHost
Dim wrapper As IDTSManagedComponentWrapper100
Dim outputID As Integer
instance.HostOnOutputPathAttached(wrapper, _
outputID)
public void HostOnOutputPathAttached(
IDTSManagedComponentWrapper100 wrapper,
int outputID
)
public:
virtual void HostOnOutputPathAttached(
IDTSManagedComponentWrapper100^ wrapper,
int outputID
) sealed
abstract HostOnOutputPathAttached :
wrapper:IDTSManagedComponentWrapper100 *
outputID:int -> unit
override HostOnOutputPathAttached :
wrapper:IDTSManagedComponentWrapper100 *
outputID:int -> unit
public final function HostOnOutputPathAttached(
wrapper : IDTSManagedComponentWrapper100,
outputID : int
)
매개 변수
- wrapper
유형: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
The component wrapper.
- outputID
유형: System.Int32
The output identifier.
구현
IDTSManagedComponentHost100.HostOnOutputPathAttached(IDTSManagedComponentWrapper100, Int32)