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 类

TimesheetManagersDataSet.TimesheetManagersDataTable 成员

WebSvcAdmin 命名空间