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 類別