Compartir a través de


: Query.Hint (Propiedad) (Microsoft.Office.Server.Search.Query)

Gets or sets the suggested query processor behavior for the query.

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

Sintaxis

'Declaración
Public Property Hint As QueryHint
'Uso
Dim instance As Query
Dim value As QueryHint

value = instance.Hint

instance.Hint = value
public QueryHint Hint { get; set; }

Valor de propiedad

Returns QueryHint.

Comentarios

Setting this value to OptimizeWithPropertyStore is typically most useful when using FullTextSqlQuery. In this case it is sometimes faster to use the Microsoft SQL Server database before the search index.

Vea también

Referencia

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