Compartilhar via


ResourcePlanDataSet.PlanResourcesDataTable.FindByRES_UIDPROJ_UID método

Obtém o objeto PlanResourcesRow especificado por recurso e projeto.

Namespace:  WebSvcResourcePlan
Assembly:  ProjectServerServices (em ProjectServerServices.dll)

Sintaxe

'Declaração
Public Function FindByRES_UIDPROJ_UID ( _
    RES_UID As Guid, _
    PROJ_UID As Guid _
) As ResourcePlanDataSet.PlanResourcesRow
'Uso
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
)

Parâmetros

  • PROJ_UID
    Tipo: System.Guid

    Contém o GUID do projeto.

Valor retornado

Tipo: WebSvcResourcePlan.ResourcePlanDataSet.PlanResourcesRow
Um objeto de linha.

Ver também

Referência

ResourcePlanDataSet.PlanResourcesDataTable classe

ResourcePlanDataSet.PlanResourcesDataTable membros

WebSvcResourcePlan namespace