IDTSInputCollection100.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 d'une collection un objet d'entrée spécifié par son ID.
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
ID de l'entrée à supprimer.
- Attributs
Remarques
La RemoveObjectByID méthode supprime l’objet d’entrée avec l’ID spécifié de la collection. Si une entrée n’existe pas avec l’ID spécifié, une exception Microsoft.SqlServer.Dts.Runtime.HResults.DTS_E_INVALIDINDEX se produit.