ResourcePlanDataSet.PlanResourcesDataTable.FindByRES_UIDPROJ_UID-Methode
Ruft das PlanResourcesRow -Objekt, das die Ressource und das Projekt angegeben wird.
Namespace: WebSvcResourcePlan
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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
)
Parameter
RES_UID
Typ: System.GuidEnthält die Ressourcen-GUID.
PROJ_UID
Typ: System.GuidEnthält die Projekt-GUID.
Rückgabewert
Typ: WebSvcResourcePlan.ResourcePlanDataSet.PlanResourcesRow
Ein Row-Objekt.
Siehe auch
Referenz
ResourcePlanDataSet.PlanResourcesDataTable Klasse