IDTSRuntimeConnectionCollection100.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 la connessione in tempo di esecuzione 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