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