SqlBatchCommandCollection Classe
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.
Uma coleção de instâncias de SqlBatchCommand, contidas em um SqlBatch.
public ref class SqlBatchCommandCollection : System::Data::Common::DbBatchCommandCollection, System::Collections::Generic::ICollection<Microsoft::Data::SqlClient::SqlBatchCommand ^>, System::Collections::Generic::IEnumerable<Microsoft::Data::SqlClient::SqlBatchCommand ^>, System::Collections::Generic::IList<Microsoft::Data::SqlClient::SqlBatchCommand ^>
public class SqlBatchCommandCollection : System.Data.Common.DbBatchCommandCollection, System.Collections.Generic.ICollection<Microsoft.Data.SqlClient.SqlBatchCommand>, System.Collections.Generic.IEnumerable<Microsoft.Data.SqlClient.SqlBatchCommand>, System.Collections.Generic.IList<Microsoft.Data.SqlClient.SqlBatchCommand>
type SqlBatchCommandCollection = class
inherit DbBatchCommandCollection
interface ICollection<SqlBatchCommand>
interface seq<SqlBatchCommand>
interface IEnumerable
interface IList<SqlBatchCommand>
Public Class SqlBatchCommandCollection
Inherits DbBatchCommandCollection
Implements ICollection(Of SqlBatchCommand), IEnumerable(Of SqlBatchCommand), IList(Of SqlBatchCommand)
- Herança
-
SqlBatchCommandCollection
- Implementações
Construtores
SqlBatchCommandCollection() |
Uma coleção de instâncias de SqlBatchCommand, contidas em um SqlBatch. |
Propriedades
Count |
Obtém o número de elementos contidos no ICollection<T>. |
IsReadOnly |
Especifica se a coleção é somente leitura. |
Item[Int32] |
Obtém ou Define o elemento no índice especificado. |
Métodos
Add(DbBatchCommand) |
Adiciona o objeto DbBatchCommand especificado ao ICollection<T>. |
Add(SqlBatchCommand) |
Adicione um SqlBatchCommand ao final do SqlBatchCommandCollection. |
Clear() |
Remove todos os valores SqlBatchCommand do SqlBatchCommandCollection. |
Contains(DbBatchCommand) |
Indica se um DbBatchCommand está contido na coleção. |
Contains(SqlBatchCommand) |
Determina se um SqlBatchCommand está no SqlBatchCommandCollection. |
CopyTo(DbBatchCommand[], Int32) |
Copia os elementos do ICollection<T> para um Array, começando em um determinado índice Array. |
CopyTo(SqlBatchCommand[], Int32) |
Copia todo SqlBatchCommandCollection o para uma matriz unidimensional, começando no índice de destino da matriz de destino. |
GetBatchCommand(Int32) |
Retorna o SqlBatchCommand objeto no índice especificado na lista. |
GetEnumerator() |
Retorna o objeto SqlBatchCommand no índice especificado na coleção. |
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 . |
Insert(Int32, DbBatchCommand) |
Insere o índice especificado do objeto DbBatchCommand com o nome especificado na coleção no índice especificado. |
Insert(Int32, SqlBatchCommand) |
Insere um item no SqlBatchCommandCollection no índice especificado. |
Remove(DbBatchCommand) |
Remove o objeto SqlBatchCommand especificado da coleção. |
Remove(SqlBatchCommand) |
Remove a primeira ocorrência de um objeto específico SqlBatchCommand da coleção. |
RemoveAt(Int32) |
Remove o objeto SqlBatchCommand no índice especificado da coleção. |
SetBatchCommand(Int32, DbBatchCommand) |
Define o objeto SqlBatchCommand no índice especificado para um novo valor. |
Implantações explícitas de interface
IEnumerable.GetEnumerator() |
Uma coleção de instâncias de SqlBatchCommand, contidas em um SqlBatch. |
IEnumerable<SqlBatchCommand>.GetEnumerator() |
Uma coleção de instâncias de SqlBatchCommand, contidas em um SqlBatch. |
IList<SqlBatchCommand>.Item[Int32] |
Obtém ou Define o elemento no índice especificado. |