del método ResourcePlanDataSet.PlanResourcesDataTable.FindByRES_UIDPROJ_UID
Obtiene el objeto PlanResourcesRow especificado por el recurso y el proyecto.
Espacio de nombres: WebSvcResourcePlan
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
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
RES_UID
Tipo: System.GuidContiene el GUID de recurso.
PROJ_UID
Tipo: System.GuidContiene el GUID de proyecto.
Valor devuelto
Tipo: WebSvcResourcePlan.ResourcePlanDataSet.PlanResourcesRow
Un objeto Row.
Vea también
Referencia
clase ResourcePlanDataSet.PlanResourcesDataTable