PlannerSolutionDataSet.SolutionEfficientFrontierDataTable.FindByPOINT_UID 方法

通过使用指定的点 GUID 检索一个SolutionEfficientFrontierRow对象。

命名空间:  WebSvcPortfolioAnalyses
程序集:  ProjectServerServices(位于 ProjectServerServices.dll 中)

语法

声明
Public Function FindByPOINT_UID ( _
    POINT_UID As Guid _
) As PlannerSolutionDataSet.SolutionEfficientFrontierRow
用法
Dim instance As PlannerSolutionDataSet.SolutionEfficientFrontierDataTable
Dim POINT_UID As Guid
Dim returnValue As PlannerSolutionDataSet.SolutionEfficientFrontierRow

returnValue = instance.FindByPOINT_UID(POINT_UID)
public PlannerSolutionDataSet.SolutionEfficientFrontierRow FindByPOINT_UID(
    Guid POINT_UID
)

参数

  • POINT_UID
    类型:System.Guid

    包含解决方案方案点的 GUID。

返回值

类型:WebSvcPortfolioAnalyses.PlannerSolutionDataSet.SolutionEfficientFrontierRow

另请参阅

引用

PlannerSolutionDataSet.SolutionEfficientFrontierDataTable 类

PlannerSolutionDataSet.SolutionEfficientFrontierDataTable 成员

WebSvcPortfolioAnalyses 命名空间