CManagedComponentWrapperClass.OnOutputPathAttached(Int32) Méthode

Définition

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)

Paramètres

lOutputID
Int32

Implémente

Attributs

Remarques

Cette méthode est appelée par la tâche de flux de données lorsque la AttachPathAndPropagateNotifications méthode est appelée, pour notifier le composant de l’événement. Il ne doit pas être appelé directement par les développeurs qui modifient par programmation un composant.

S’applique à