PlannerSolutionDataSet.SolutionsRow.GetSolutionProjectsRows - Méthode
Obtient les informations de projet de solution.
Espace de noms : WebSvcPortfolioAnalyses
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Function GetSolutionProjectsRows As PlannerSolutionDataSet.SolutionProjectsRow()
'Utilisation
Dim instance As PlannerSolutionDataSet.SolutionsRow
Dim returnValue As PlannerSolutionDataSet.SolutionProjectsRow()
returnValue = instance.GetSolutionProjectsRows()
public PlannerSolutionDataSet.SolutionProjectsRow[] GetSolutionProjectsRows()
Valeur renvoyée
Type : []
Cette propriété renvoie PlannerSolutionDataSet.SolutionProjectsRow.
Voir aussi
Référence
PlannerSolutionDataSet.SolutionsRow classe