OnInputPathDetached 메서드

Called when the IDTSInput100 object of the component is disconnected from an upstream component.

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

구문

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

instance.OnInputPathDetached(lInputID)
public virtual void OnInputPathDetached(
    int lInputID
)
public:
virtual void OnInputPathDetached(
    [InAttribute] int lInputID
)
abstract OnInputPathDetached : 
        lInputID:int -> unit 
override OnInputPathDetached : 
        lInputID:int -> unit 
public function OnInputPathDetached(
    lInputID : int
)

매개 변수

구현

IDTSDesigntimeComponent100. . :: . .OnInputPathDetached(Int32)

주의

This method is called by the data flow task when the IDTSInput100 object of a component is detached from an IDTSPath100 object. It should not be called directly by developers who are programmatically editing a component.