ResultType 枚举

请注意:此 API 现在已过时。

指定要为SharePoint Server 搜索功能查询返回的搜索结果的类型。

此枚举具有 FlagsAttribute 属性,该属性允许其成员值的按位合并。

命名空间:  Microsoft.Office.Server.Search.Query
程序集:  Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)

语法

声明
<ObsoleteAttribute("ResultType is obsolete. It's not necessary to specify it for queries and ResultTables have a string ResultTable.TableType instead. Special known values for that string are in class KnownTableTypes.")> _
<FlagsAttribute> _
Public Enumeration ResultType
用法
Dim instance As ResultType
[ObsoleteAttribute("ResultType is obsolete. It's not necessary to specify it for queries and ResultTables have a string ResultTable.TableType instead. Special known values for that string are in class KnownTableTypes.")]
[FlagsAttribute]
public enum ResultType

成员

成员名称 说明
None 已过时。不指定任何结果类型。
RelevantResults 已过时。指定的结果集包含与搜索查询匹配的内容索引的主要搜索结果。
SpecialTermResults 已过时。指定的结果集包含与搜索查询匹配的最佳匹配。
HighConfidenceResults 已过时。指定的结果集包含与搜索查询匹配的高可信度结果。
DefinitionResults 已过时。指定的结果集包含的关键字匹配搜索查询的定义。
VisualBestBetsResults 已过时。指定的结果集包含与搜索查询匹配的可视化最佳匹配。
RefinementResults 已过时。指定的结果集包含精确匹配搜索查询的结果。
Extended 已过时。

另请参阅

引用

Microsoft.Office.Server.Search.Query 命名空间