PipelineComponent.OnInputPathDetached 메서드

Called when an IDTSInput100 object is disconnected from the component through the IDTSPath100 interface.

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

구문

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

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

매개 변수

주의

This method is called when an IDTSPath100 object is deleted from the IDTSPathCollection100 collection.

참고 항목

참조

PipelineComponent 클래스

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