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