DataView.Item[Int32] 屬性

定義

從指定的資料表取得一列資料。

public:
 property System::Data::DataRowView ^ default[int] { System::Data::DataRowView ^ get(int recordIndex); };
public System.Data.DataRowView this[int recordIndex] { get; }
member this.Item(int) : System.Data.DataRowView
Default Public ReadOnly Property Item(recordIndex As Integer) As DataRowView

參數

recordIndex
Int32

DataTable 中之記錄的索引。

屬性值

所需的資料列之 DataRowView

適用於

另請參閱