PipelineComponent.OnInputPathAttached 메서드

Called when an IDTSInput100 object is connected to the component through the IDTSPath100 interface.

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

구문

‘선언
Public Overridable Sub OnInputPathAttached ( _
    inputID As Integer _
)
‘사용 방법
Dim instance As PipelineComponent 
Dim inputID As Integer

instance.OnInputPathAttached(inputID)
public virtual void OnInputPathAttached(
    int inputID
)
public:
virtual void OnInputPathAttached(
    int inputID
)
abstract OnInputPathAttached : 
        inputID:int -> unit  
override OnInputPathAttached : 
        inputID:int -> unit
public function OnInputPathAttached(
    inputID : int
)

매개 변수

주의

This method is called in response to a call to the AttachPathAndPropagateNotifications method. This method notifies your component that the IDTSInput100 object specified by inputID is connected to another component through the IDTSPath100 interface.

참고 항목

참조

PipelineComponent 클래스

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