ResultTable.TotalRowsIncludingDuplicates 属性

获取搜索结果的数量,包括在结果表中返回的重复结果。

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

语法

声明
Public ReadOnly Property TotalRowsIncludingDuplicates As Integer
    Get
用法
Dim instance As ResultTable
Dim value As Integer

value = instance.TotalRowsIncludingDuplicates
public int TotalRowsIncludingDuplicates { get; }

属性值

类型:System.Int32
搜索结果数。

另请参阅

引用

ResultTable 类

ResultTable 成员

Microsoft.SharePoint.Client.Search.Query 命名空间