AssnHistoryDataSet.HistoryDataTable.Item 屬性
HistoryDataTable,其中 index 所指定之列中取得的資料列。
命名空間: WebSvcStatusing
組件: ProjectServerServices (在 ProjectServerServices.dll 中)
語法
'宣告
Public ReadOnly Property Item ( _
index As Integer _
) As AssnHistoryDataSet.HistoryRow
Get
'用途
Dim instance As AssnHistoryDataSet.HistoryDataTable
Dim index As Integer
Dim value As AssnHistoryDataSet.HistoryRow
value = instance.Item(index)
public AssnHistoryDataSet.HistoryRow this[
int index
] { get; }
參數
index
類型:System.Int32指定要擷取的資料列。
屬性值
類型:WebSvcStatusing.AssnHistoryDataSet.HistoryRow
請參閱
參照
AssnHistoryDataSet.HistoryDataTable 類別