Select-AzureDataCatalog Cmdlet
Searches Azure Data Catalog data.
Syntax
Select-AzureDataCatalog [parameters]
Remarks
The Select-AzureDataCatalog cmdlet allows you to use a syntax similar to SQL SELECT statements to search Azure Data Catalog data.
$conn = Connect-AzureDataCatalog -InitiateoAuth "GETANDREFRESH"
Select-AzureDataCatalog -Connection $conn -Table "Tables" -Columns @("DslAddressDatabase","Type") -Where "Name='FactProductInventory'"