PipelineComponent.OnInputPathAttached(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
当 IDTSInput100 对象通过 IDTSPath100 接口连接到组件时调用。
public:
virtual void OnInputPathAttached(int inputID);
public virtual void OnInputPathAttached (int inputID);
abstract member OnInputPathAttached : int -> unit
override this.OnInputPathAttached : int -> unit
Public Overridable Sub OnInputPathAttached (inputID As Integer)
参数
- inputID
- Int32
包含附加的 IDTSInput100 对象的 ID。
注解
此方法是在响应对方法的调用时调用的 AttachPathAndPropagateNotifications 。 此方法通知组件 IDTSInput100 通过 inputID
接口连接到另一个组件 IDTSPath100 所指定的对象。