Select-YahooShopping Cmdlet
Yahoo Shopping データを検索します。
Syntax
Select-YahooShopping [parameters]
Remarks
Select-YahooShopping コマンドレットを使って、SQL SELECT ステートメントに似た構文を用いてYahoo Shopping データを検索できます。
$conn = Connect-YahooShopping Select-YahooShopping -Connection $conn -Table "SampleTable_1" -Columns @("Id","Column1") -Where "Column2='Bob'"