ResultTableCollection.DatabaseTime property

Gets or sets the duration of query execution on the database server.

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property DatabaseTime As Integer
    Get
    Set
'Usage
Dim instance As ResultTableCollection
Dim value As Integer

value = instance.DatabaseTime

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

Property value

Type: System.Int32
A 32-bit integer indicating how long the query ran, in milliseconds.

See also

Reference

ResultTableCollection class

ResultTableCollection members

Microsoft.Office.Server.Search.Query namespace