Partager via


ResultTableCollection.ElapsedTime, propriété (Microsoft.Office.Server.Search.Query)

Gets or sets the total duration of the query, combining the time spent executing the query on the database server with the time spent in the Office SharePoint Server 2007 object model.

Espace de noms : Microsoft.Office.Server.Search.Query
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)

Syntaxe

'Déclaration
Public Property ElapsedTime As Integer
'Utilisation
Dim instance As ResultTableCollection
Dim value As Integer

value = instance.ElapsedTime

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

Valeur de la propriété

A 32-bit integer indicating how long the query ran, in milliseconds.

Voir aussi

Référence

ResultTableCollection, classe
Membres ResultTableCollection
Microsoft.Office.Server.Search.Query, espace de noms