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

屬性值

在指定的索引上。DbBatchCommand

實作

例外狀況

指定的索引不存在。

適用於