Statusing.DeleteStatusingInformationForProject メソッド
1 つ以上のプロジェクトの状態管理情報を削除します。
名前空間: WebSvcStatusing
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Statusing/DeleteStatusingInformationForProject", 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 DeleteStatusingInformationForProject ( _
projectID As Guid(), _
minDate As DateTime, _
maxDate As DateTime _
)
'使用
Dim instance As Statusing
Dim projectID As Guid()
Dim minDate As DateTime
Dim maxDate As DateTime
instance.DeleteStatusingInformationForProject(projectID, _
minDate, maxDate)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Statusing/DeleteStatusingInformationForProject", 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 DeleteStatusingInformationForProject(
Guid[] projectID,
DateTime minDate,
DateTime maxDate
)
パラメーター
projectID
型: []状態管理情報を削除するには、プロジェクトの配列。
minDate
型: System.DateTime削除の日付範囲の開始。DateTime.MinDateを使用すると、最初からを選択します。
maxDate
型: System.DateTime削除の日付範囲の最後。DateTime.MaxDateを使用すると、最後に指定します。
注釈
このメソッドを呼び出す前に、またはプロジェクトを削除した後には、状態管理テーブルをクリーンアップします。
プロジェクトのプロセス内での更新が処理されます。この方法をチェック アウトしたり、プロジェクトをチェックインしません。
プロジェクト サーバーのアクセス許可
権限 |
説明 |
---|---|
Project Server データベースから古い情報を削除することができます。グローバル アクセス権。 |