Cmdlets for Microsoft Dynamics 365 Business Central

Build 23.0.8839

Select-D365BusinessCentral Cmdlet

Parameters   Output Objects  

Microsoft Dynamics 365 Business Central データを検索します。

Syntax

Select-D365BusinessCentral [parameters]

Remarks

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

$conn = Connect-D365BusinessCentral -OrganizationUrl "https://api.businesscentral.dynamics.com/v1.0/api/v1.0"
Select-D365BusinessCentral -Connection $conn -Table "Accounts" -Columns @("accountid","Name") -Where "Name='MyAccount'"

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