ResourcePlanDataSet.PlanResourcesDataTable.FindByRES_UIDPROJ_UID 方法
获取资源和项目所指定的PlanResourcesRow对象。
命名空间: WebSvcResourcePlan
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public Function FindByRES_UIDPROJ_UID ( _
RES_UID As Guid, _
PROJ_UID As Guid _
) As ResourcePlanDataSet.PlanResourcesRow
用法
Dim instance As ResourcePlanDataSet.PlanResourcesDataTable
Dim RES_UID As Guid
Dim PROJ_UID As Guid
Dim returnValue As ResourcePlanDataSet.PlanResourcesRow
returnValue = instance.FindByRES_UIDPROJ_UID(RES_UID, _
PROJ_UID)
public ResourcePlanDataSet.PlanResourcesRow FindByRES_UIDPROJ_UID(
Guid RES_UID,
Guid PROJ_UID
)
参数
RES_UID
类型:System.Guid包含资源 GUID。
PROJ_UID
类型:System.Guid包含项目的 GUID。
返回值
类型:WebSvcResourcePlan.ResourcePlanDataSet.PlanResourcesRow
一个 Row 对象。
另请参阅
引用
ResourcePlanDataSet.PlanResourcesDataTable 类