BestBet 类
表示在SharePoint Server 搜索功能关键字和最佳匹配管理系统中的最佳匹配。
继承层次结构
System.Object
Microsoft.Office.Server.Search.Administration.BestBet
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
<DataContractAttribute> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class BestBet
用法
Dim instance As BestBet
[DataContractAttribute]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class BestBet
备注
使用Keywords类的GetAllBestBets方法,以获得一个站点的所有最佳匹配的集合。
使用Keyword类的BestBets属性来获取与一个特定关键字的最佳匹配的集合。
若要向集合中添加一个新的最佳匹配,请使用BestBetCollection类的**Create()**方法。
若要删除而不删除此最佳匹配最佳匹配和关键字之间的关联,请使用BestBetCollection类的**Remove()**方法。
若要删除最佳匹配,请使用BestBet类的**Delete()**方法。
使用索引器从BestBetCollection类返回单个的最佳匹配。假设集合分配给名为bestBets的变量,例如,使用bestBets[index]在 Microsoft Visual C# 或bestBets(index)Microsoft Visual Basic,在其中, index是一个System.Uri对象,该对象表示此最佳匹配的 URL。
有关关键字和最佳匹配中SharePoint Server 搜索功能的详细信息,请参阅Managing Keywords。
线程安全性
该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。