SqlBatchCommandCollection 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
的實例 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)
- 繼承
-
SqlBatchCommandCollection
- 實作
建構函式
SqlBatchCommandCollection() |
的實例 SqlBatchCommand集合,包含在 內 SqlBatch。 |
屬性
Count |
取得 ICollection<T> 中所包含的項目數。 |
IsReadOnly |
指定此集合是否為唯讀。 |
Item[Int32] |
取得或設定位於指定索引處的專案。 |
方法
明確介面實作
IEnumerable.GetEnumerator() |
的實例 SqlBatchCommand集合,包含在 內 SqlBatch。 |
IEnumerable<SqlBatchCommand>.GetEnumerator() |
的實例 SqlBatchCommand集合,包含在 內 SqlBatch。 |
IList<SqlBatchCommand>.Item[Int32] |
取得或設定位於指定索引處的專案。 |