共用方式為


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.