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] |
获取或设置指定索引处的元素。 |