次の方法で共有


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。null 参照 (Visual Basic のNothing )現在のユーザーのすべての更新プログラムを削除するに渡します。

注釈

プロジェクト サーバーのアクセス許可

権限

説明

CleanupProjectServerDatabase

Project Server データベースから古い情報を削除することができます。グローバル アクセス権。

関連項目

参照先

Statusing クラス

Statusing メンバー

WebSvcStatusing 名前空間