Condividi tramite


CManagedComponentWrapperClass.OnOutputPathAttached(Int32) Metodo

Definizione

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)

Parametri

lOutputID
Int32

Implementazioni

Attributi

Commenti

Questo metodo viene chiamato dall'attività flusso di dati quando viene chiamato il AttachPathAndPropagateNotifications metodo per notificare al componente dell'evento. Non deve essere chiamato direttamente dagli sviluppatori che modificano un componente a livello di codice.

Si applica a