Archive.QueueRestoreCategories 方法

恢复相关的安全类别中的已发布数据库的存档数据库表。

命名空间:  WebSvcArchive
程序集:  ProjectServerServices(位于 ProjectServerServices.dll 中)

语法

声明
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Archive/QueueRestoreCategories", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Archive/",  _
    ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Archive/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub QueueRestoreCategories ( _
    jobUID As Guid _
)
用法
Dim instance As Archive
Dim jobUID As Guid

instance.QueueRestoreCategories(jobUID)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Archive/QueueRestoreCategories", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Archive/", 
    ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Archive/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void QueueRestoreCategories(
    Guid jobUID
)

参数

备注

Project Server 权限

权限

说明

ManageProjectServerRestore

允许用户执行备份的 Project Server 实体。全局权限。

另请参阅

引用

Archive 类

Archive 成员

WebSvcArchive 命名空间