Sdílet prostřednictvím


SqlBatchCommandCollection Třída

Definice

Kolekce instancí objektu , obsažených SqlBatchCommandv objektu 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)
Dědičnost
SqlBatchCommandCollection
Implementuje

Konstruktory

SqlBatchCommandCollection()

Kolekce instancí objektu , obsažených SqlBatchCommandv objektu SqlBatch.

Vlastnosti

Count

Získá počet elementů obsažených v objektu ICollection<T>.

IsReadOnly

Určuje, jestli je kolekce jen pro čtení.

Item[Int32]

Získá nebo Nastaví element v zadaném indexu.

Metody

Add(DbBatchCommand)

Přidá zadaný DbBatchCommand objekt do objektu ICollection<T>.

Add(SqlBatchCommand)

Přidejte na SqlBatchCommand konec .SqlBatchCommandCollection

Clear()

Odebere všechny SqlBatchCommand hodnoty z objektu SqlBatchCommandCollection.

Contains(DbBatchCommand)

Určuje, zda DbBatchCommand je v kolekci obsažen objekt.

Contains(SqlBatchCommand)

Určuje, zda je v SqlBatchCommandSqlBatchCommandCollection.

CopyTo(DbBatchCommand[], Int32)

Zkopíruje elementy do objektu ICollection<T>Array, počínaje konkrétním Array indexem.

CopyTo(SqlBatchCommand[], Int32)

Zkopíruje celý SqlBatchCommandCollection objekt do jednorozměrného pole, počínaje cílovým indexem cílového pole.

GetBatchCommand(Int32)

SqlBatchCommand Vrátí objekt v zadaném indexu v seznamu.

GetEnumerator()

SqlBatchCommand Vrátí objekt na zadaném indexu v kolekci.

IndexOf(DbBatchCommand)

Vrátí index zadaného DbBatchCommand objektu.

IndexOf(SqlBatchCommand)

Vyhledá zadaný SqlBatchCommand v rámci SqlBatchCommandCollection a vrátí nulový index prvního výskytu v rámci celého SqlBatchCommandCollectionobjektu .

Insert(Int32, DbBatchCommand)

Vloží zadaný index objektu DbBatchCommand se zadaným názvem do kolekce v zadaném indexu.

Insert(Int32, SqlBatchCommand)

Vloží položku do zadaného indexu SqlBatchCommandCollection .

Remove(DbBatchCommand)

Odebere zadaný SqlBatchCommand objekt z kolekce.

Remove(SqlBatchCommand)

Odebere první výskyt konkrétního SqlBatchCommand objektu z kolekce.

RemoveAt(Int32)

Odebere SqlBatchCommand objekt v zadaném indexu z kolekce.

SetBatchCommand(Int32, DbBatchCommand)

SqlBatchCommand Nastaví objekt v zadaném indexu na novou hodnotu.

Explicitní implementace rozhraní

IEnumerable.GetEnumerator()

Kolekce instancí objektu , obsažených SqlBatchCommandv objektu SqlBatch.

IEnumerable<SqlBatchCommand>.GetEnumerator()

Kolekce instancí objektu , obsažených SqlBatchCommandv objektu SqlBatch.

IList<SqlBatchCommand>.Item[Int32]

Získá nebo Nastaví element v zadaném indexu.

Platí pro