PlannerSolutionDataSet.SolutionsDataTable.FindBySOLUTION_UID - Méthode
Récupère un objet SolutionEfficientFrontierRow à l'aide de la solution indiquée GUID.
Espace de noms : WebSvcPortfolioAnalyses
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Function FindBySOLUTION_UID ( _
SOLUTION_UID As Guid _
) As PlannerSolutionDataSet.SolutionsRow
'Utilisation
Dim instance As PlannerSolutionDataSet.SolutionsDataTable
Dim SOLUTION_UID As Guid
Dim returnValue As PlannerSolutionDataSet.SolutionsRow
returnValue = instance.FindBySOLUTION_UID(SOLUTION_UID)
public PlannerSolutionDataSet.SolutionsRow FindBySOLUTION_UID(
Guid SOLUTION_UID
)
Paramètres
SOLUTION_UID
Type : System.GuidContient le GUID de la solution.
Valeur renvoyée
Type : WebSvcPortfolioAnalyses.PlannerSolutionDataSet.SolutionsRow
Cette propriété renvoie PlannerSolutionDataSet.SolutionsRow.
Voir aussi
Référence
PlannerSolutionDataSet.SolutionsDataTable classe