Share via


CManagedComponentWrapperClass.OnOutputPathAttached(Int32) Método

Definición

Recibe una llamada cuando un objeto IDTSOutput100 del componente se adjunta a un componente de nivel inferior.

public:
 virtual void OnOutputPathAttached(int lOutputID) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::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)

Parámetros

lOutputID
Int32

El id. del objeto IDTSOutput100 que se adjunta.

Implementaciones

Atributos

Comentarios

La tarea de flujo de datos llama a este método cuando AttachPathAndPropagateNotifications se llama al método para notificar al componente del evento. Los desarrolladores que editan un componente no deben llamarlo directamente.

Se aplica a