ResultTableCollection.ElapsedTime 属性

获取或设置查询中,组合使用SharePoint Server 搜索功能对象模型中所花费的时间在数据库服务器上执行查询所花费的时间的总持续时间。

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

语法

声明
<DataMemberAttribute> _
Public Property ElapsedTime As Integer
    Get
    Set
用法
Dim instance As ResultTableCollection
Dim value As Integer

value = instance.ElapsedTime

instance.ElapsedTime = value
[DataMemberAttribute]
public int ElapsedTime { get; set; }

属性值

类型:System.Int32
运行 32 位整数,指示查询多长时间,以毫秒为单位。

另请参阅

引用

ResultTableCollection 类

ResultTableCollection 成员

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