Partager via


SqlBatchCommandCollection.IndexOf Méthode

Définition

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

Retours

Retourne l’index de base zéro de la première occurrence dans l’ensemble SqlBatchCommandCollectionde .

Implémente

S’applique à