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 。