PlannerSolutionDataSet.SolutionEfficientFrontierDataTable.AddSolutionEfficientFrontierRow 方法 (PlannerSolutionDataSet.SolutionsRow, Guid, Guid, Decimal, Decimal)

向使用单独的参数SolutionEfficientFrontierDataTable.by 的一个SolutionEfficientFrontierRow对象。

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

语法

声明
Public Function AddSolutionEfficientFrontierRow ( _
    parentSolutionsRowByFK_Solutions_SolutionEfficientFrontier As PlannerSolutionDataSet.SolutionsRow, _
    ANALYSIS_UID As Guid, _
    POINT_UID As Guid, _
    X_VALUE As Decimal, _
    Y_VALUE As Decimal _
) As PlannerSolutionDataSet.SolutionEfficientFrontierRow
用法
Dim instance As PlannerSolutionDataSet.SolutionEfficientFrontierDataTable
Dim parentSolutionsRowByFK_Solutions_SolutionEfficientFrontier As PlannerSolutionDataSet.SolutionsRow
Dim ANALYSIS_UID As Guid
Dim POINT_UID As Guid
Dim X_VALUE As Decimal
Dim Y_VALUE As Decimal
Dim returnValue As PlannerSolutionDataSet.SolutionEfficientFrontierRow

returnValue = instance.AddSolutionEfficientFrontierRow(parentSolutionsRowByFK_Solutions_SolutionEfficientFrontier, _
    ANALYSIS_UID, POINT_UID, X_VALUE, _
    Y_VALUE)
public PlannerSolutionDataSet.SolutionEfficientFrontierRow AddSolutionEfficientFrontierRow(
    PlannerSolutionDataSet.SolutionsRow parentSolutionsRowByFK_Solutions_SolutionEfficientFrontier,
    Guid ANALYSIS_UID,
    Guid POINT_UID,
    decimal X_VALUE,
    decimal Y_VALUE
)

参数

  • ANALYSIS_UID
    类型:System.Guid

    包含分析 GUID。

  • POINT_UID
    类型:System.Guid

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

  • X_VALUE
    类型:System.Decimal

    包含对应于资源约束点的 X 值。

  • Y_VALUE
    类型:System.Decimal

    包含 Y 值的点,对应分析中规划器解决方案的战略价值

返回值

类型:WebSvcPortfolioAnalyses.PlannerSolutionDataSet.SolutionEfficientFrontierRow

备注

一般情况下,开发人员应使用的AddSolutionEfficientFrontierRow重载。

另请参阅

引用

PlannerSolutionDataSet.SolutionEfficientFrontierDataTable 类

PlannerSolutionDataSet.SolutionEfficientFrontierDataTable 成员

AddSolutionEfficientFrontierRow 重载

WebSvcPortfolioAnalyses 命名空间