共用方式為


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.