共用方式為


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 命名空間