Cmdlets for Azure Data Catalog

Build 23.0.8839

Select-AzureDataCatalog Cmdlet

Parameters   Output Objects  

Azure Data Catalog データを検索します。

Syntax

Select-AzureDataCatalog [parameters]

Remarks

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

$conn = Connect-AzureDataCatalog -InitiateoAuth "GETANDREFRESH"
Select-AzureDataCatalog -Connection $conn -Table "Tables" -Columns @("DslAddressDatabase","Type") -Where "Name='FactProductInventory'"

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