SqlBatchCommandCollection Třída
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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
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. |