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.