Cmdlets for Sage 200

Build 24.0.9062

Select-Sage200 Cmdlet

Parameters   Output Objects  

Sage 200 データを検索します。

Syntax

Select-Sage200 [parameters]

Remarks

Select-Sage200 コマンドレットを使って、SQL SELECT ステートメントに似た構文を用いてSage 200 データを検索できます。

$conn = Connect-Sage200 -InitiateOAuth 'GETANDREFRESH' -SubscriptionKey '12345' -Schema 'StandardUK'
Select-Sage200 -Connection $conn -Table "Banks" -Columns @("Id","Code") -Where "Description='Bob'"

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