IDTSInputCollection100.RemoveObjectByIndex(Object) Metodo

Definizione

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)

Parametri

Index
Object
Attributi

Commenti

Il metodo RemoveObjectByIndex elimina l'input nella posizione nella collezione specificata dal Index parametro. Se l'indice è al di fuori dei limiti della collezione, si verifica un'eccezione DTS_E_INVALIDINDEX .

Si applica a