Compartir a través de


del método PlannerSolutionDataSet.SolutionResHiredDataTable.FindByRES_HIRE_UID

Recupera un objeto SolutionResHiredRow con el GUID de contratación de recursos especificado.

Espacio de nombres:  WebSvcPortfolioAnalyses
Ensamblado:  ProjectServerServices (en ProjectServerServices.dll)

Sintaxis

'Declaración
Public Function FindByRES_HIRE_UID ( _
    RES_HIRE_UID As Guid _
) As PlannerSolutionDataSet.SolutionResHiredRow
'Uso
Dim instance As PlannerSolutionDataSet.SolutionResHiredDataTable
Dim RES_HIRE_UID As Guid
Dim returnValue As PlannerSolutionDataSet.SolutionResHiredRow

returnValue = instance.FindByRES_HIRE_UID(RES_HIRE_UID)
public PlannerSolutionDataSet.SolutionResHiredRow FindByRES_HIRE_UID(
    Guid RES_HIRE_UID
)

Parámetros

  • RES_HIRE_UID
    Tipo: System.Guid

    Contiene el GUID del recurso contratado.

Valor devuelto

Tipo: WebSvcPortfolioAnalyses.PlannerSolutionDataSet.SolutionResHiredRow

Vea también

Referencia

clase PlannerSolutionDataSet.SolutionResHiredDataTable

Miembros PlannerSolutionDataSet.SolutionResHiredDataTable

Espacio de nombres WebSvcPortfolioAnalyses