PipelineComponent.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ée lorsqu'un objet IDTSInput100 est connecté au composant via l'interface IDTSPath100.
public:
virtual void OnInputPathAttached(int inputID);
public virtual void OnInputPathAttached (int inputID);
abstract member OnInputPathAttached : int -> unit
override this.OnInputPathAttached : int -> unit
Public Overridable Sub OnInputPathAttached (inputID As Integer)
Paramètres
- inputID
- Int32
Contient l'ID de l'objet IDTSInput100 qui est attaché.
Remarques
Cette méthode est appelée en réponse à un appel à la AttachPathAndPropagateNotifications méthode. Cette méthode informe votre composant que l’objet IDTSInput100 spécifié par inputID
est connecté à un autre composant via l’interface IDTSPath100 .