IDTSRuntimeConnectionCollection100.RemoveObjectByIndex(Object) Método

Definición

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)

Parámetros

Index
Object
Atributos

Comentarios

El método RemoveObjectByIndex elimina la conexión en tiempo de ejecución en la ubicación de la colección especificada por el Index parámetro . Si el índice está fuera de los límites de la colección, se produce una DTS_E_INVALIDINDEX excepción.

Se aplica a