CManagedComponentWrapperClass.OnInputPathDetached(Int32) 方法

定义

public:
 virtual void OnInputPathDetached(int lInputID) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSDesigntimeComponent100::OnInputPathDetached;
[System.Runtime.InteropServices.DispId(26)]
public virtual void OnInputPathDetached(int lInputID);
[<System.Runtime.InteropServices.DispId(26)>]
abstract member OnInputPathDetached : int -> unit
override this.OnInputPathDetached : int -> unit
Public Overridable Sub OnInputPathDetached (lInputID As Integer)

参数

lInputID
Int32

实现

属性

注解

IDTSInput100 组件的对象与对象 IDTSPath100 分离时,数据流任务调用了该方法。 开发者在程序编辑组件时不应直接调用它。

适用于