KeywordQueryProperties.SortSimilar 属性

获取或设置一个布尔值,指定是否应按相似性排序基于相似性的查询结果。

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

语法

声明
<DataMemberAttribute> _
Public Property SortSimilar As Boolean
    Get
    Set
用法
Dim instance As KeywordQueryProperties
Dim value As Boolean

value = instance.SortSimilar

instance.SortSimilar = value
[DataMemberAttribute]
public bool SortSimilar { get; set; }

属性值

类型:System.Boolean
true如果对结果进行排序的相似性 ;否则为false。

另请参阅

引用

KeywordQueryProperties 类

KeywordQueryProperties 成员

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