共用方式為


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