Compartilhar via


PlannerSolutionDataSet.SolutionsDataTable.Item property

Obtém uma linha na SolutionsDataTable, em que a linha é especificada por um índice.

Namespace:  WebSvcPortfolioAnalyses
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaração
Public ReadOnly Property Item ( _
    index As Integer _
) As PlannerSolutionDataSet.SolutionsRow
    Get
'Uso
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; }

Parâmetros

Property value

Type: WebSvcPortfolioAnalyses.PlannerSolutionDataSet.SolutionsRow
Retorna PlannerSolutionDataSet.SolutionsRow.

Ver também

Referência

PlannerSolutionDataSet.SolutionsDataTable class

PlannerSolutionDataSet.SolutionsDataTable members

WebSvcPortfolioAnalyses namespace