Cmdlets for Garoon

Build 24.0.9060

Remove-Garoon Cmdlet

Parameters   Output Objects  

Garoon データを削除します。

Syntax

Remove-Garoon [parameters]

Remarks

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

$conn = Connect-Garoon
Remove-Garoon -Connection $conn -Table "Events" -Id "6"
Where パラメータは主キーを指定するためにも使われます。
Remove-Garoon -Connection $conn -Table "exTablePowershell;" -Where "Id = 6"
主キーは、パイプライン上でコマンドレットに渡すこともできます。
Select-Garoon -Connection $conn -Table Events -Where "CreatorName = 'Bob'" | Remove-Garoon

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