IDTSDesigntimeComponent100.OnInputPathDetached(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é en cas de suppression d'un objet IDTSPath100 qui contient l'objet IDTSInput100 spécifié.
public:
void OnInputPathDetached(int lInputID);
[System.Runtime.InteropServices.DispId(26)]
public void OnInputPathDetached (int lInputID);
[<System.Runtime.InteropServices.DispId(26)>]
abstract member OnInputPathDetached : int -> unit
Public Sub OnInputPathDetached (lInputID As Integer)
Paramètres
- lInputID
- Int32
Contient l'ID de l'objet IDTSInput100 qui est détaché.
- Attributs
Remarques
Cette méthode est appelée lorsqu’un IDTSPath100 objet est supprimé de la IDTSPathCollection100 collection à laquelle appartient le IDTSInput100lInputID
paramètre identifié.