Udostępnij za pośrednictwem


SqlBatchCommandCollection.RemoveAt(Int32) Metoda

Definicja

SqlBatchCommand Usuwa obiekt w określonym indeksie z kolekcji.

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

Parametry

index
Int32

Indeks, w SqlBatchCommand którym znajduje się obiekt.

Implementuje

Dotyczy