Compartilhar via


PlannerSolutionDataSet.SolutionsDataTable.FindBySOLUTION_UID method

Recupera um objeto SolutionEfficientFrontierRow usando a GUID de solução especificada.

Namespace:  WebSvcPortfolioAnalyses
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaração
Public Function FindBySOLUTION_UID ( _
    SOLUTION_UID As Guid _
) As PlannerSolutionDataSet.SolutionsRow
'Uso
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
)

Parâmetros

  • SOLUTION_UID
    Type: System.Guid

    Contém a GUID da solução.

Valor retornado

Type: WebSvcPortfolioAnalyses.PlannerSolutionDataSet.SolutionsRow
Retorna PlannerSolutionDataSet.SolutionsRow.

Ver também

Referência

PlannerSolutionDataSet.SolutionsDataTable class

PlannerSolutionDataSet.SolutionsDataTable members

WebSvcPortfolioAnalyses namespace