SqlBatchCommandCollection.GetBatchCommand(Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.