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é lorsqu’un IDTSPath100 objet contenant l’objet spécifié IDTSInput100 est supprimé.
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 détaché.
- Attributs
Remarques
Cette méthode est appelée lorsqu’un IDTSPath100 objet est supprimé de la IDTSPathCollection100 collection à laquelle appartient le IDTSInput100 paramètre identifié lInputID .