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