SqlBatchCommandCollection クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
内に含まれる のインスタンスの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] |
指定したインデックス位置にある要素を取得または設定します。 |
メソッド
明示的なインターフェイスの実装
IEnumerable.GetEnumerator() |
内に含まれる のインスタンスのSqlBatchCommandSqlBatchコレクション。 |
IEnumerable<SqlBatchCommand>.GetEnumerator() |
内に含まれる のインスタンスのSqlBatchCommandSqlBatchコレクション。 |
IList<SqlBatchCommand>.Item[Int32] |
指定したインデックス位置にある要素を取得または設定します。 |