从已发布数据库的视图的表的副本保存到存档数据库。
命名空间: WebSvcArchive
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Archive/QueueArchiveViews", 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 QueueArchiveViews ( _
jobUID As Guid _
)
用法
Dim instance As Archive
Dim jobUID As Guid
instance.QueueArchiveViews(jobUID)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Archive/QueueArchiveViews", 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 QueueArchiveViews(
Guid jobUID
)
参数
jobUID
类型:System.Guid队列作业的 GUID。
备注
QueueArchiveViews是将邮件发送到 Project Server 队列服务的异步方法。
Project Server 权限
权限 |
说明 |
|---|---|
允许用户安排或执行备份的 Project Server 实体。全局权限。 |