ResultTableCollection.ElapsedTime 属性

获取或设置查询,合并 osssearch14 对象模型中所花费的时间与数据库服务器上执行查询花费的时间的总工期。

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

语法

声明
Public Property ElapsedTime As Integer
    Get
    Set
用法
Dim instance As ResultTableCollection
Dim value As Integer

value = instance.ElapsedTime

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

属性值

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

另请参阅

引用

ResultTableCollection 类

ResultTableCollection 成员

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