Cmdlets for UMSaaSCloud

Build 25.0.9434

Select-UMSaaSCloud Cmdlet

Parameters   Output Objects  

UMSaaSCloud データを検索します。

Syntax

Select-UMSaaSCloud [parameters]

Remarks

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

$conn = Connect-UMSaaSCloud -User "MyUser" -Password "MyPassword" -SecurityToken "MySecurityToken"
Select-UMSaaSCloud -Connection $conn -Table "Account" -Columns @("BillingState","Name") -Where "Industry='Floppy Disks'"

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434