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 dal compito di flusso dati quando viene chiamato il AttachPathAndPropagateNotifications metodo, per notificare il componente dell'evento. Non dovrebbe essere chiamato direttamente dagli sviluppatori che stanno modificando programmaticamente un componente.

Si applica a