CManagedComponentWrapperClass.OnInputPathAttached(Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Appelé lorsqu'un objet IDTSInput100 du composant est attaché à un composant en aval.
public:
virtual void OnInputPathAttached(int lInputID) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSDesigntimeComponent100::OnInputPathAttached;
[System.Runtime.InteropServices.DispId(27)]
public virtual void OnInputPathAttached (int lInputID);
[<System.Runtime.InteropServices.DispId(27)>]
abstract member OnInputPathAttached : int -> unit
override this.OnInputPathAttached : int -> unit
Public Overridable Sub OnInputPathAttached (lInputID As Integer)
Paramètres
- lInputID
- Int32
ID de l'objet IDTSInput100.
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 et fournit une notification au composant auquel l’entrée a été connectée. Il ne doit pas être appelé directement par les développeurs qui modifient par programmation un composant.