Cmdlets for Sage 50 UK

Build 24.0.9062

Remove-Sage50UK Cmdlet

Parameters   Output Objects  

Sage 50 UK データを削除します。

Syntax

Remove-Sage50UK [parameters]

Remarks

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

$conn = Connect-Sage50UK -URL 'http://localhost:5493/sdata/accounts50/GCRM/{C4C863BE-B098-4A7D-A78B-D7A92B8ADB59}' -User 'Manager' -Password 'xxxxxx'
Remove-Sage50UK -Connection $conn -Table "TradingAccounts" -Id "c2ef66a5-a545-413b-9312-79a53caadbc4"
Where パラメータは主キーを指定するためにも使われます。
Remove-Sage50UK -Connection $conn -Table "exTablePowershell;" -Where "TradingAccountUUID = c2ef66a5-a545-413b-9312-79a53caadbc4"
主キーは、パイプライン上でコマンドレットに渡すこともできます。
Select-Sage50UK -Connection $conn -Table TradingAccounts -Where "TradingAccountUUID = 'c2ef66a5-a545-413b-9312-79a53caadbc4'" | Remove-Sage50UK

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