다음을 통해 공유


IDTSManagedComponentHost100.HostOnInputPathAttached 메서드

정의

호스트가 입력 경로를 연결할 경우의 이벤트를 나타냅니다.

public:
 void HostOnInputPathAttached(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ pWrapper, int lInputID);
public void HostOnInputPathAttached (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 pWrapper, int lInputID);
abstract member HostOnInputPathAttached : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int -> unit
Public Sub HostOnInputPathAttached (pWrapper As IDTSManagedComponentWrapper100, lInputID As Integer)

매개 변수

pWrapper
IDTSManagedComponentWrapper100

사용되는 래퍼입니다.

lInputID
Int32

입력 식별자입니다.

적용 대상