Compartir a través de


SqlBatchCommandCollection.RemoveAt(Int32) Método

Definición

Quita el objeto SqlBatchCommand del índice especificado de la colección.

public:
 override void RemoveAt(int index);
public override void RemoveAt (int index);
override this.RemoveAt : int -> unit
Public Overrides Sub RemoveAt (index As Integer)

Parámetros

index
Int32

Índice donde se encuentra el objeto SqlBatchCommand.

Implementaciones

Se aplica a