Compartir a través de


: ResultTable.TotalRows (Propiedad) (Microsoft.Office.Server.Search.Query)

Gets the number of rows in the search query result table.

Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)

Sintaxis

'Declaración
Public ReadOnly Property TotalRows As Integer
'Uso
Dim instance As ResultTable
Dim value As Integer

value = instance.TotalRows
public int TotalRows { get; }

Valor de propiedad

A 32-bit integer that represents the number of rows in the result table.

Vea también

Referencia

ResultTable (Clase)
ResultTable (Miembros)
Microsoft.Office.Server.Search.Query (Espacio de nombres)