TimesheetManagersDataSet.TimesheetManagersDataTable.FindByRES_UID メソッド
指定されたリソースに対応するTimesheetManagersRowを検索します。
名前空間: WebSvcAdmin
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public Function FindByRES_UID ( _
RES_UID As Guid _
) As TimesheetManagersDataSet.TimesheetManagersRow
'使用
Dim instance As TimesheetManagersDataSet.TimesheetManagersDataTable
Dim RES_UID As Guid
Dim returnValue As TimesheetManagersDataSet.TimesheetManagersRow
returnValue = instance.FindByRES_UID(RES_UID)
public TimesheetManagersDataSet.TimesheetManagersRow FindByRES_UID(
Guid RES_UID
)
パラメーター
RES_UID
型: System.Guidタイムシート マネージャーの GUID を指定します。
戻り値
型: WebSvcAdmin.TimesheetManagersDataSet.TimesheetManagersRow
TimesheetManagersRowのオブジェクトです。
関連項目
参照先
TimesheetManagersDataSet.TimesheetManagersDataTable クラス