IDTSCustomPropertyCollection100.RemoveObjectByIndex(Object) 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 un IDTSCustomProperty100 objet à l’emplacement spécifié par Index.
public:
void RemoveObjectByIndex(System::Object ^ Index);
[System.Runtime.InteropServices.DispId(16)]
public void RemoveObjectByIndex(object Index);
[<System.Runtime.InteropServices.DispId(16)>]
abstract member RemoveObjectByIndex : obj -> unit
Public Sub RemoveObjectByIndex (Index As Object)
Paramètres
- Index
- Object
L’emplacement dans la collection pour retirer la propriété personnalisée.
- Attributs