SqlBatchCommandCollection.IndexOf Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
- item
- SqlBatchCommand
Retornos
Retorna o índice baseado em zero da primeira ocorrência em todo SqlBatchCommandCollectiono .