共用方式為


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

指定之索引處的 DbBatchCommand

實作

例外狀況

指定的索引不存在。

適用於