: ResultTableCollection.ElapsedTime (Propiedad) (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.
Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
Sintaxis
'Declaración
Public Property ElapsedTime As Integer
'Uso
Dim instance As ResultTableCollection
Dim value As Integer
value = instance.ElapsedTime
instance.ElapsedTime = value
public int ElapsedTime { get; set; }
Valor de propiedad
A 32-bit integer indicating how long the query ran, in milliseconds.
Vea también
Referencia
ResultTableCollection (Clase)
ResultTableCollection (Miembros)
Microsoft.Office.Server.Search.Query (Espacio de nombres)