Cmdlets for Microsoft Project

Build 24.0.9062

Remove-MicrosoftProject Cmdlet

Parameters   Output Objects  

Microsoft Project データを削除します。

Syntax

Remove-MicrosoftProject [parameters]

Remarks

Remove-MicrosoftProject コマンドレットを使って、SQL DELETE ステートメントに似た構文を用いてMicrosoft Project データを削除できます。

$conn = Connect-MicrosoftProject -User 'myuseraccount' -Password 'mypassword' -URL 'http://myserver/myOrgRoot'
Remove-MicrosoftProject -Connection $conn -Table "Projects" -Id "11111111-c6be-e111-1f1e-00155d055681"
Where パラメータは主キーを指定するためにも使われます。
Remove-MicrosoftProject -Connection $conn -Table "exTablePowershell;" -Where "Id = 11111111-c6be-e111-1f1e-00155d055681"
主キーは、パイプライン上でコマンドレットに渡すこともできます。
Select-MicrosoftProject -Connection $conn -Table Projects -Where "Name = 'Tax Checker'" | Remove-MicrosoftProject

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9062