PlannerSolutionDataSet.SolutionResHiredDataTable.Item 属性

获取SolutionResHiredDataTable,其中由索引指定行中的一行。

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

语法

声明
Public ReadOnly Property Item ( _
    index As Integer _
) As PlannerSolutionDataSet.SolutionResHiredRow
    Get
用法
Dim instance As PlannerSolutionDataSet.SolutionResHiredDataTable
Dim index As Integer
Dim value As PlannerSolutionDataSet.SolutionResHiredRow

value = instance.Item(index)
public PlannerSolutionDataSet.SolutionResHiredRow this[
    int index
] { get; }

参数

属性值

类型:WebSvcPortfolioAnalyses.PlannerSolutionDataSet.SolutionResHiredRow

另请参阅

引用

PlannerSolutionDataSet.SolutionResHiredDataTable 类

PlannerSolutionDataSet.SolutionResHiredDataTable 成员

WebSvcPortfolioAnalyses 命名空间