SearchServiceApplicationProxy.GetSpecialTermsInfoForBestBet 方法
检索与指定的最佳匹配的关键字列表。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Function GetSpecialTermsInfoForBestBet ( _
parentBestBet As BestBet _
) As Dictionary(Of String, Keyword)
用法
Dim instance As SearchServiceApplicationProxy
Dim parentBestBet As BestBet
Dim returnValue As Dictionary(Of String, Keyword)
returnValue = instance.GetSpecialTermsInfoForBestBet(parentBestBet)
public Dictionary<string, Keyword> GetSpecialTermsInfoForBestBet(
BestBet parentBestBet
)
参数
parentBestBet
类型:Microsoft.Office.Server.Search.Administration.BestBet指定的最佳匹配。
返回值
类型:System.Collections.Generic.Dictionary<String, Keyword>
关键字术语/对的列表。
实现
ISearchSiteAdministrationServiceApplication.GetSpecialTermsInfoForBestBet(BestBet)
异常
异常 | 条件 |
---|---|
Exception | 在应用程序执行期间出现错误。 |
备注
parentBestBet参数的值必须不 null 。
另请参阅
引用
SearchServiceApplicationProxy 类