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