SqlBatchCommandCollection.IndexOf 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.
Surcharges
IndexOf(DbBatchCommand) |
Retourne l’index de l’objet DbBatchCommand spécifié. |
IndexOf(SqlBatchCommand) |
Recherche le spécifié SqlBatchCommand dans et SqlBatchCommandCollection retourne l’index de base zéro de la première occurrence dans l’ensemble SqlBatchCommandCollectionde . |
IndexOf(DbBatchCommand)
Retourne l’index de l’objet DbBatchCommand spécifié.
public:
override int IndexOf(System::Data::Common::DbBatchCommand ^ item);
public override int IndexOf (System.Data.Common.DbBatchCommand item);
override this.IndexOf : System.Data.Common.DbBatchCommand -> int
Public Overrides Function IndexOf (item As DbBatchCommand) As Integer
Paramètres
- item
- DbBatchCommand
Objet à rechercher dans IList<T>.
Retours
Index de l’objet DbBatchCommand spécifié.
S’applique à
IndexOf(SqlBatchCommand)
Recherche le spécifié SqlBatchCommand dans et SqlBatchCommandCollection retourne l’index de base zéro de la première occurrence dans l’ensemble SqlBatchCommandCollectionde .
public:
virtual int IndexOf(Microsoft::Data::SqlClient::SqlBatchCommand ^ item);
public int IndexOf (Microsoft.Data.SqlClient.SqlBatchCommand item);
override this.IndexOf : Microsoft.Data.SqlClient.SqlBatchCommand -> int
Public Function IndexOf (item As SqlBatchCommand) As Integer
Paramètres
- item
- SqlBatchCommand
Retours
Retourne l’index de base zéro de la première occurrence dans l’ensemble SqlBatchCommandCollectionde .