Share via


IDTSInputCollection100.RemoveObjectByIndex(Object) Méthode

Définition

Supprime d'une collection un objet d'entrée.

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

Emplacement de la IDTSInput100 suppression.

Attributs

Remarques

La RemoveObjectByIndex méthode supprime l’entrée à l’emplacement de la collection spécifiée par le Index paramètre. Si l’index est en dehors des limites de la collection, une exception Microsoft.SqlServer.Dts.Runtime.HResults.DTS_E_INVALIDINDEX se produit.

S’applique à