Cmdlets for SAP Gateway

Build 23.0.8839

Select-SAPGateway Cmdlet

Parameters   Output Objects  

SAP Gateway データを検索します。

Syntax

Select-SAPGateway [parameters]

Remarks

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

$conn = Connect-SAPGateway -User "username" -Password "password" -URL "https://sapes5.sapdevcenter.com/sap/opu/odata/IWBEP/GWSAMPLE_BASIC/"
Select-SAPGateway -Connection $conn -Table "SampleTable_1" -Columns @("Id","Column1") -Where "Column2='Bob'"

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