次の方法で共有


TimesheetListDataSet.TimesheetsDataTable.FindByRES_UIDWPRD_UID メソッド

リソースとタイムシート期間で指定されたTimesheetsRowオブジェクトを取得します。

名前空間:  WebSvcTimeSheet
アセンブリ:  ProjectServerServices (ProjectServerServices.dll 内)

構文

'宣言
Public Function FindByRES_UIDWPRD_UID ( _
    RES_UID As Guid, _
    WPRD_UID As Guid _
) As TimesheetListDataSet.TimesheetsRow
'使用
Dim instance As TimesheetListDataSet.TimesheetsDataTable
Dim RES_UID As Guid
Dim WPRD_UID As Guid
Dim returnValue As TimesheetListDataSet.TimesheetsRow

returnValue = instance.FindByRES_UIDWPRD_UID(RES_UID, _
    WPRD_UID)
public TimesheetListDataSet.TimesheetsRow FindByRES_UIDWPRD_UID(
    Guid RES_UID,
    Guid WPRD_UID
)

パラメーター

  • WPRD_UID
    型: System.Guid

    タイムシート期間の GUID。

戻り値

型: WebSvcTimeSheet.TimesheetListDataSet.TimesheetsRow
Row オブジェクト。

関連項目

参照先

TimesheetListDataSet.TimesheetsDataTable クラス

TimesheetListDataSet.TimesheetsDataTable メンバー

WebSvcTimeSheet 名前空間