共用方式為


ResourcePlanDataSet.PlanResourcesDataTable.FindByRES_UIDPROJ_UID Method

Gets the PlanResourcesRow object specified by the resource and the project.

Namespace:  [ResourcePlan Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/ResourcePlan.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/ResourcePlan.asmx?wsdl

Syntax

'Declaration
Public Function FindByRES_UIDPROJ_UID ( _
    RES_UID As Guid, _
    PROJ_UID As Guid _
) As ResourcePlanDataSet.PlanResourcesRow
'Usage
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
)

Parameters

  • RES_UID
    Type: System.Guid
    Contains the resource GUID.
  • PROJ_UID
    Type: System.Guid
    Contains the project GUID.

Return Value

Type: [ResourcePlan Web service].ResourcePlanDataSet.PlanResourcesRow

See Also

Reference

ResourcePlanDataSet.PlanResourcesDataTable Class

ResourcePlanDataSet.PlanResourcesDataTable Members

ResourcePlan Web Service