ResultTableCollection.Count 属性

获取集合中的ResultTable对象的数目。

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

语法

声明
Public ReadOnly Property Count As Integer
    Get
用法
Dim instance As ResultTableCollection
Dim value As Integer

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

属性值

类型:System.Int32
ResultTable 集合中的对象的数目。

另请参阅

引用

ResultTableCollection 类

ResultTableCollection 成员

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