PlannerSolutionDataSet.SolutionEfficientFrontierDataTable.Item 属性
获取SolutionEfficientFrontierDataTable,其中由索引指定行中的一行。
命名空间: WebSvcPortfolioAnalyses
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public ReadOnly Property Item ( _
index As Integer _
) As PlannerSolutionDataSet.SolutionEfficientFrontierRow
Get
用法
Dim instance As PlannerSolutionDataSet.SolutionEfficientFrontierDataTable
Dim index As Integer
Dim value As PlannerSolutionDataSet.SolutionEfficientFrontierRow
value = instance.Item(index)
public PlannerSolutionDataSet.SolutionEfficientFrontierRow this[
int index
] { get; }
参数
index
类型:System.Int32指定的行。
属性值
类型:WebSvcPortfolioAnalyses.PlannerSolutionDataSet.SolutionEfficientFrontierRow
另请参阅
引用
PlannerSolutionDataSet.SolutionEfficientFrontierDataTable 类
PlannerSolutionDataSet.SolutionEfficientFrontierDataTable 成员