Partager via


SqlBatchCommandCollection.RemoveAt(Int32) Méthode

Définition

Supprime l’objet SqlBatchCommand de la collection, à l’index spécifié.

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

Paramètres

index
Int32

Index dans lequel se trouve l’objet SqlBatchCommand.

Implémente

S’applique à