Cmdlets for Microsoft Bing

Build 24.0.9062

Select-Bing Cmdlet

Parameters   Output Objects  

Microsoft Bing データを検索します。

Syntax

Select-Bing [parameters]

Remarks

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

$conn = Connect-Bing -APIKey 'MyAPIKey'
Select-Bing -Connection $conn -Table "WebSearch" -Columns @("URL","Title") -Where "SearchTerms='Microsoft'"

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