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 命名空间