Statusing.DeleteStatusApprovalHistories 方法

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

语法

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

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

参数

  • historyUids
    类型:[]

    历史记录的唯一 Id。传递空引用(无 在 Visual Basic 中)删除当前用户的所有更新。

备注

Project Server 权限

权限

说明

CleanupProjectServerDatabase

允许用户从 Project Server 数据库中删除旧的信息。全局权限。

另请参阅

引用

Statusing 类

Statusing 成员

WebSvcStatusing 命名空间