SqlBatchCommandCollection 类

定义

包含在 中的 实例 SqlBatchCommandSqlBatch集合。

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()

包含在 中的 实例 SqlBatchCommandSqlBatch集合。

属性

Count

获取 ICollection<T> 中包含的元素数。

IsReadOnly

指定集合是否为只读。

Item[Int32]

获取或设置指定索引处的元素。

方法

Add(DbBatchCommand)

将指定的 DbBatchCommand 对象添加到 ICollection<T> 中。

Add(SqlBatchCommand)

SqlBatchCommand将 添加到 的SqlBatchCommandCollection末尾。

Clear()

将所有 SqlBatchCommand 值从 SqlBatchCommandCollection 中移除。

Contains(DbBatchCommand)

指示 集合中是否 DbBatchCommand 包含 。

Contains(SqlBatchCommand)

确定 SqlBatchCommand 是否位于 SqlBatchCommandCollection 中。

CopyTo(DbBatchCommand[], Int32)

从特定的 ICollection<T> 索引开始,将 Array 的元素复制到一个 Array 中。

CopyTo(SqlBatchCommand[], Int32)

从目标数组的目标索引开始,将整个 SqlBatchCommandCollection 复制到一维数组。

GetBatchCommand(Int32)

返回 SqlBatchCommand 列表中指定索引处的对象。

GetEnumerator()

返回位于集合中指定索引处的 SqlBatchCommand 对象。

IndexOf(DbBatchCommand)

返回指定的 DbBatchCommand 对象的索引。

IndexOf(SqlBatchCommand)

在 中SqlBatchCommandCollection搜索指定的 SqlBatchCommand ,并返回整个 SqlBatchCommandCollection中第一个匹配项的从零开始的索引。

Insert(Int32, DbBatchCommand)

将具有指定名称的 DbBatchCommand 对象的指定索引插入指定索引处的集合中。

Insert(Int32, SqlBatchCommand)

将某项插入 SqlBatchCommandCollection 中指定的索引处。

Remove(DbBatchCommand)

从集合中移除指定的 SqlBatchCommand 对象。

Remove(SqlBatchCommand)

从集合中删除特定 SqlBatchCommand 对象的第一个匹配项。

RemoveAt(Int32)

从集合中的指定索引处删除 SqlBatchCommand 对象。

SetBatchCommand(Int32, DbBatchCommand)

将指定索引处的 SqlBatchCommand 对象设置为新值。

显式接口实现

IEnumerable.GetEnumerator()

包含在 中的 实例 SqlBatchCommandSqlBatch集合。

IEnumerable<SqlBatchCommand>.GetEnumerator()

包含在 中的 实例 SqlBatchCommandSqlBatch集合。

IList<SqlBatchCommand>.Item[Int32]

获取或设置指定索引处的元素。

适用于