共用方式為


CManagedComponentWrapperClass.OnOutputPathAttached(Int32) Method

Definition

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

Parameters

lOutputID
Int32

Implements

Attributes

Remarks

This method is called by the data flow task when the AttachPathAndPropagateNotifications method is called, to notify the component of the event. It should not be called directly by developers who are programmatically editing a component.

Applies to