IDTSComponentMetaDataCollection100.RemoveObjectByID(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.
Supprime l’objet IDTSComponentMetaData100 avec l’ID spécifié.
public:
void RemoveObjectByID(int lID);
[System.Runtime.InteropServices.DispId(17)]
public void RemoveObjectByID(int lID);
[<System.Runtime.InteropServices.DispId(17)>]
abstract member RemoveObjectByID : int -> unit
Public Sub RemoveObjectByID (lID As Integer)
Paramètres
- lID
- Int32
L’identifiant de l’objet IDTSComponentMetaData100 à retirer de la IDTSComponentMetaData100 collection.
- Attributs