PortfolioAnalyses.ReadPlannerSolutionList-Methode
Ruft die Liste der Ressourcenpläne der Lösung zugeordnet.
Namespace: WebSvcPortfolioAnalyses
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/PortfolioAnalyses/ReadPlannerSolutionList", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/PortfolioAnalyses/", _
ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/PortfolioAnalyses/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function ReadPlannerSolutionList ( _
parentSolutionUid As Guid _
) As PlannerSolutionDataSet
'Usage
Dim instance As PortfolioAnalyses
Dim parentSolutionUid As Guid
Dim returnValue As PlannerSolutionDataSet
returnValue = instance.ReadPlannerSolutionList(parentSolutionUid)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/PortfolioAnalyses/ReadPlannerSolutionList", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/PortfolioAnalyses/",
ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/PortfolioAnalyses/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public PlannerSolutionDataSet ReadPlannerSolutionList(
Guid parentSolutionUid
)
Parameter
- parentSolutionUid
Typ: System.Guid
Rückgabewert
Typ: WebSvcPortfolioAnalyses.PlannerSolutionDataSet
Gibt PlannerSolutionDataSetzurück.
Hinweise
Project Server-Berechtigungen
Berechtigung |
Beschreibung |
---|---|
Ermöglicht einen Benutzer das Erstellen von Portfolioanalysen. Die globale Berechtigung. |