Partilhar via


SqlBatchCommandCollection.IndexOf Método

Definição

Sobrecargas

IndexOf(DbBatchCommand)

Retorna o índice do objeto DbBatchCommand especificado.

IndexOf(SqlBatchCommand)

Pesquisa o especificado SqlBatchCommand dentro do SqlBatchCommandCollection e retorna o índice baseado em zero da primeira ocorrência em todo SqlBatchCommandCollectiono .

IndexOf(DbBatchCommand)

Retorna o índice do objeto DbBatchCommand especificado.

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

Parâmetros

item
DbBatchCommand

O objeto a ser localizado no IList<T>.

Retornos

O índice do objeto DbBatchCommand especificado.

Aplica-se a

IndexOf(SqlBatchCommand)

Pesquisa o especificado SqlBatchCommand dentro do SqlBatchCommandCollection e retorna o índice baseado em zero da primeira ocorrência em todo SqlBatchCommandCollectiono .

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

Parâmetros

Retornos

Retorna o índice baseado em zero da primeira ocorrência em todo SqlBatchCommandCollectiono .

Implementações

Aplica-se a