共用方式為


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
    類型:[]

    歷程記錄的唯一識別碼。傳遞null 參考 (未執行任何動作 於 Visual Basic 中)刪除目前使用者的所有更新。

備註

Project Server 權限

權限

描述

CleanupProjectServerDatabase

允許使用者從 Project Server 資料庫中刪除舊的資訊。通用權限。

請參閱

參照

Statusing 類別

Statusing 成員

WebSvcStatusing 命名空間