Condividi tramite


CManagedComponentWrapperClass.OnOutputPathAttached(Int32) Metodo

Definizione

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)

Parametri

lOutputID
Int32

Implementazioni

Attributi

Commenti

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

Si applica a