共用方式為


UnsubmittedTimesheetDataSet.TimePeriodsDataTable.Item 屬性

取得TimePeriodsRow物件,其中包含時間週期的資訊。

命名空間:  WebSvcAdmin
組件:  ProjectServerServices (在 ProjectServerServices.dll 中)

語法

'宣告
Public ReadOnly Property Item ( _
    index As Integer _
) As UnsubmittedTimesheetDataSet.TimePeriodsRow
    Get
'用途
Dim instance As UnsubmittedTimesheetDataSet.TimePeriodsDataTable
Dim index As Integer
Dim value As UnsubmittedTimesheetDataSet.TimePeriodsRow

value = instance.Item(index)
public UnsubmittedTimesheetDataSet.TimePeriodsRow this[
    int index
] { get; }

參數

  • index
    類型:System.Int32

    中TimePeriodsDataTable的整數位移。

屬性值

類型:WebSvcAdmin.UnsubmittedTimesheetDataSet.TimePeriodsRow

請參閱

參照

UnsubmittedTimesheetDataSet.TimePeriodsDataTable 類別

UnsubmittedTimesheetDataSet.TimePeriodsDataTable 成員

WebSvcAdmin 命名空間