Condividi tramite


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 della raccolta specificata dal Index parametro . Se l'indice non rientra nei limiti della raccolta, si verifica un'eccezione DTS_E_INVALIDINDEX .

Si applica a