Cmdlets for MarkLogic

Build 25.0.9434

Select-MarkLogic Cmdlet

Parameters   Output Objects  

MarkLogic データを検索します。

Syntax

Select-MarkLogic [parameters]

Remarks

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

$conn = Connect-MarkLogic -User 'myusername' -Password 'mypassword' -Server 'marklogic'
Select-MarkLogic -Connection $conn -Table "[CData].[main].Customer" -Columns @("Name","TotalDue") -Where "CustomerId='12345'"

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