다음을 통해 공유


IDTSDesigntimeComponent100.OnInputPathDetached 메서드

Called when an IDTSPath100 object that contains the specified IDTSInput100 object is deleted.

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

구문

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

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

매개 변수

주의

This method is called when an IDTSPath100 object is deleted from the IDTSPathCollection100 collection to which the IDTSInput100 identified by the lInputID parameter belongs.

참고 항목

참조

IDTSDesigntimeComponent100 인터페이스

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