次の方法で共有


PlannerSolutionDataSet.SolutionsDataTable.Item プロパティ

SolutionsDataTable行がインデックスで指定されている行を取得します。

名前空間:  WebSvcPortfolioAnalyses
アセンブリ:  ProjectServerServices (ProjectServerServices.dll 内)

構文

'宣言
Public ReadOnly Property Item ( _
    index As Integer _
) As PlannerSolutionDataSet.SolutionsRow
    Get
'使用
Dim instance As PlannerSolutionDataSet.SolutionsDataTable
Dim index As Integer
Dim value As PlannerSolutionDataSet.SolutionsRow

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

パラメーター

プロパティ値

型: WebSvcPortfolioAnalyses.PlannerSolutionDataSet.SolutionsRow
PlannerSolutionDataSet.SolutionsRow を返します。

関連項目

参照先

PlannerSolutionDataSet.SolutionsDataTable クラス

PlannerSolutionDataSet.SolutionsDataTable メンバー

WebSvcPortfolioAnalyses 名前空間