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 AttachPathAndPropagateNotifications viene chiamato il metodo per notificare il componente dell'evento. Non deve essere chiamato direttamente dagli sviluppatori che modificano a livello di codice un componente.

Si applica a