: ResultTable.FieldCount (Propiedad) (Microsoft.Office.Server.Search.Query)
Gets the number of columns returned in the search results.
Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
Sintaxis
'Declaración
Public ReadOnly Property FieldCount As Integer
'Uso
Dim instance As ResultTable
Dim value As Integer
value = instance.FieldCount
public int FieldCount { get; }
Valor de propiedad
A 32-bit integer representing the number of fields.
Vea también
Referencia
ResultTable (Clase)
ResultTable (Miembros)
Microsoft.Office.Server.Search.Query (Espacio de nombres)