Compartir a través de


SqlBatchCommandCollection Clase

Definición

Colección de instancias de , contenida dentro de SqlBatchCommand.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)
Herencia
SqlBatchCommandCollection
Implementaciones

Constructores

SqlBatchCommandCollection()

Colección de instancias de , contenida dentro de SqlBatchCommand.SqlBatch

Propiedades

Count

Obtiene el número de elementos incluidos en ICollection<T>.

IsReadOnly

Especifica si la colección es de solo lectura.

Item[Int32]

Obtiene o establece el elemento en el índice especificado.

Métodos

Add(DbBatchCommand)

Agrega el objeto DbBatchCommand especificado al objeto ICollection<T>.

Add(SqlBatchCommand)

Agregue un SqlBatchCommand objeto al final de .SqlBatchCommandCollection

Clear()

Quita todos los valores SqlBatchCommand de SqlBatchCommandCollection.

Contains(DbBatchCommand)

Indica si un DbBatchCommand objeto está contenido en la colección.

Contains(SqlBatchCommand)

Determina si SqlBatchCommand está en SqlBatchCommandCollection.

CopyTo(DbBatchCommand[], Int32)

Copia los elementos de ICollection<T> en Array, empezando por un índice determinado de Array.

CopyTo(SqlBatchCommand[], Int32)

Copia todo en SqlBatchCommandCollection una matriz unidimensional, empezando por el índice de destino de la matriz de destino.

GetBatchCommand(Int32)

Devuelve el SqlBatchCommand objeto en el índice especificado de la lista.

GetEnumerator()

Devuelve el objeto SqlBatchCommand en el índice especificado de la colección .

IndexOf(DbBatchCommand)

Devuelve el índice del objeto DbBatchCommand especificado.

IndexOf(SqlBatchCommand)

Busca el especificado SqlBatchCommand dentro SqlBatchCommandCollection de y devuelve el índice de base cero de la primera aparición dentro de todo SqlBatchCommandCollection.

Insert(Int32, DbBatchCommand)

Inserta el índice especificado del objeto de DbBatchCommand con el nombre especificado en la colección en el índice especificado.

Insert(Int32, SqlBatchCommand)

Inserta un elemento en la interfaz SqlBatchCommandCollection, en el índice especificado.

Remove(DbBatchCommand)

Quita el objeto SqlBatchCommand especificado de la colección.

Remove(SqlBatchCommand)

Quita la primera aparición de un objeto específico SqlBatchCommand de la colección.

RemoveAt(Int32)

Quita el objeto SqlBatchCommand del índice especificado de la colección.

SetBatchCommand(Int32, DbBatchCommand)

Establece el objeto SqlBatchCommand del índice especificado en un valor nuevo.

Implementaciones de interfaz explícitas

IEnumerable.GetEnumerator()

Colección de instancias de , contenida dentro de SqlBatchCommand.SqlBatch

IEnumerable<SqlBatchCommand>.GetEnumerator()

Colección de instancias de , contenida dentro de SqlBatchCommand.SqlBatch

IList<SqlBatchCommand>.Item[Int32]

Obtiene o establece el elemento en el índice especificado.

Se aplica a