Condividi tramite


CManagedComponentWrapperClass.OnOutputPathAttached(Int32) Metodo

Definizione

Chiamato quando un oggetto IDTSOutput100 del componente viene collegato a un componente a valle.

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)

Parametri

lOutputID
Int32

ID dell'oggetto IDTSOutput100 collegato.

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