Freigeben über


PortfolioAnalyses.QueueDeleteOptimizerSolutions-Methode

Entfernt die Lösung (und die zugeordneten Projekte) aus dem Workflowschritt.

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

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/PortfolioAnalyses/QueueDeleteOptimizerSolutions", 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 Sub QueueDeleteOptimizerSolutions ( _
    solutionUids As Guid(), _
    jobUids As Guid() _
)
'Usage
Dim instance As PortfolioAnalyses
Dim solutionUids As Guid()
Dim jobUids As Guid()

instance.QueueDeleteOptimizerSolutions(solutionUids, _
    jobUids)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/PortfolioAnalyses/QueueDeleteOptimizerSolutions", 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 void QueueDeleteOptimizerSolutions(
    Guid[] solutionUids,
    Guid[] jobUids
)

Parameter

  • solutionUids
    Typ: []
  • jobUids
    Typ: []

Hinweise

Project Server-Berechtigungen

Berechtigung

Beschreibung

ManagePortfolioAnalyses

Ermöglicht einen Benutzer das Erstellen von Portfolioanalysen. Die globale Berechtigung.

Siehe auch

Referenz

PortfolioAnalyses Klasse

PortfolioAnalyses-Member

WebSvcPortfolioAnalyses-Namespace