: Query.Culture (Propiedad) (Microsoft.Office.Server.Search.Query)
Gets or sets the locale for the query.
Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
Sintaxis
'Declaración
Public Property Culture As CultureInfo
'Uso
Dim instance As Query
Dim value As CultureInfo
value = instance.Culture
instance.Culture = value
public CultureInfo Culture { get; set; }
Valor de propiedad
A System.Globalization.CultureInfo object that specifies the locale ID.
Comentarios
The query engine uses the locale to interpret the query words, to determine which wordbreaker, stemmer, thesaurus, and other language-sensitive components to use.
Vea también
Referencia
Query (Clase)
Query (Miembros)
Microsoft.Office.Server.Search.Query (Espacio de nombres)