DbBatchCommandCollection.Item[Int32] プロパティ

定義

指定したインデックス位置にある DbBatchCommand を取得または設定します。

public:
 property System::Data::Common::DbBatchCommand ^ default[int] { System::Data::Common::DbBatchCommand ^ get(int index); void set(int index, System::Data::Common::DbBatchCommand ^ value); };
public System.Data.Common.DbBatchCommand this[int index] { get; set; }
member this.Item(int) : System.Data.Common.DbBatchCommand with get, set
Default Public Property Item(index As Integer) As DbBatchCommand

パラメーター

index
Int32

DbBatchCommand の 0 から始まるインデックス番号。

プロパティ値

指定したインデックスにある DbBatchCommand です。

実装

例外

指定されたインデックスは存在しません。

適用対象