存档上一次存档操作以来已经更改的所有项目。
命名空间: WebSvcArchive
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Archive/QueueArchiveProjects", 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 QueueArchiveProjects
用法
Dim instance As Archive
instance.QueueArchiveProjects()
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Archive/QueueArchiveProjects", 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 QueueArchiveProjects()
备注
QueueArchiveProjects是将邮件发送到 Project Server 队列服务的异步方法。
Project Web App的管理性备份页 (https://ServerName/ProjectServerName/_layouts/pwa/Admin/Backup.aspx) 使用此方法存档项目。
Project Server 权限
权限 |
说明 |
|---|---|
允许用户安排或执行备份的 Project Server 实体。全局权限。 |