: QueryHint (Enumeración) (Microsoft.Office.Server.Search.Query)
Possible values for Hint.
Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
Sintaxis
'Declaración
Public Enumeration QueryHint
'Uso
Dim instance As QueryHint
public enum QueryHint
Miembros
Nombre de miembro | Descripción | |
---|---|---|
None | Allows the query processor to determine whether to use the Microsoft SQL Server database or the search index first. | |
OptimizeWithFullTextIndex | Instructs the query processor to use the search index first. | |
OptimizeWithPropertyStore | Instructs the query processor to use the Microsoft SQL Server database first. |
Comentarios
These values instruct the query processor to use the Microsoft SQL Server database or the search index first.