Compartilhar via


CManagedComponentWrapperClass.OnOutputPathAttached(Int32) Método

Definição

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

Implementações

Atributos

Comentários

Esse método é chamado pela tarefa de fluxo de dados quando o método AttachPathAndPropagateNotifications é chamado, para notificar o componente do evento. Ele não deve ser chamado diretamente por desenvolvedores que estão editando programaticamente um componente.

Aplica-se a