QueryProperties.MergeWithDefaultPartition 属性

获取或设置一个布尔值,指定是否应查询的默认搜索分区。

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

语法

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

value = instance.MergeWithDefaultPartition

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

属性值

类型:System.Boolean
true如果默认搜索分区进行查询,并通过该查询的结果合并在一起的搜索结果 ;否则为false。

另请参阅

引用

QueryProperties 类

QueryProperties 成员

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