共用方式為


Driver.ReadPrioritizationList 方法

可讀取的業務策略驅策因素優先順序的清單。

命名空間:  WebSvcDriver
組件:  ProjectServerServices (在 ProjectServerServices.dll 中)

語法

'宣告
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Driver/ReadPrioritizationList", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Driver/",  _
    ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Driver/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function ReadPrioritizationList As DriverPrioritizationDataSet
'用途
Dim instance As Driver
Dim returnValue As DriverPrioritizationDataSet

returnValue = instance.ReadPrioritizationList()
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Driver/ReadPrioritizationList", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Driver/", 
    ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Driver/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public DriverPrioritizationDataSet ReadPrioritizationList()

傳回值

類型:WebSvcDriver.DriverPrioritizationDataSet
會包含每個優先處理順序的基本資訊。

備註

Project Server 權限

權限

描述

ManagePortfolioAnalyses

可讓使用者建立產品組合分析。通用權限。

ManagePrioritizations

可讓使用者建立或編輯專案產品組合分析的優先順序。通用權限。

請參閱

參照

Driver 類別

Driver 成員

WebSvcDriver 命名空間