Partager via


SqlBatchCommandCollection.GetBatchCommand(Int32) Méthode

Définition

Retourne l’objet SqlBatchCommand à l’index spécifié dans la liste.

protected:
 override System::Data::Common::DbBatchCommand ^ GetBatchCommand(int index);
protected override System.Data.Common.DbBatchCommand GetBatchCommand (int index);
override this.GetBatchCommand : int -> System.Data.Common.DbBatchCommand
Protected Overrides Function GetBatchCommand (index As Integer) As DbBatchCommand

Paramètres

index
Int32

Index dans lequel se trouve l’objet SqlBatchCommand.

Retours

Objet SqlBatchCommand à l’index spécifié dans la liste.

S’applique à