IDTSDesigntimeComponent100.OnOutputPathAttached(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 IDTSOutput100 du composant est attaché à un composant en aval.
public:
void OnOutputPathAttached(int lOutputID);
[System.Runtime.InteropServices.DispId(28)]
public void OnOutputPathAttached (int lOutputID);
[<System.Runtime.InteropServices.DispId(28)>]
abstract member OnOutputPathAttached : int -> unit
Public Sub OnOutputPathAttached (lOutputID As Integer)
Paramètres
- lOutputID
- Int32
ID de l'objet IDTSOutput100.
- Attributs
Remarques
Cette méthode est appelée lorsqu’un IDTSOutput100 composant est attaché à un composant en aval par le biais d’un IDTSPath100.