Archive.QueueArchiveCategories 方法
從發佈資料庫的安全性類別的表格的複本儲存到封存資料庫中。
命名空間: WebSvcArchive
組件: ProjectServerServices (在 ProjectServerServices.dll 中)
語法
'宣告
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Archive/QueueArchiveCategories", 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 QueueArchiveCategories ( _
jobUID As Guid _
)
'用途
Dim instance As Archive
Dim jobUID As Guid
instance.QueueArchiveCategories(jobUID)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Archive/QueueArchiveCategories", 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 QueueArchiveCategories(
Guid jobUID
)
參數
jobUID
類型:System.Guid佇列工作的 GUID。
備註
QueueArchiveCategories是非同步的方法,將郵件傳送至 Project Server 佇列服務。
Project Server 權限
權限 |
描述 |
---|---|
可讓使用者排程,或執行 Project Server 實體的備份。通用權限。 |