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
)
パラメーター
RES_UID
型: System.Guidリソースの GUID。
WPRD_UID
型: System.Guidタイムシート期間の GUID。
戻り値
型: WebSvcTimeSheet.TimesheetListDataSet.TimesheetsRow
Row オブジェクト。
関連項目
参照先
TimesheetListDataSet.TimesheetsDataTable クラス