Cmdlets for Yahoo Shopping

Build 24.0.9062

Remove-YahooShopping Cmdlet

Parameters   Output Objects  

Yahoo Shopping データを削除します。

Syntax

Remove-YahooShopping [parameters]

Remarks

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

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

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