QueryHint, énumération (Microsoft.Office.Server.Search.Query)
Possible values for Hint.
Espace de noms : Microsoft.Office.Server.Search.Query
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)
Syntaxe
'Déclaration
Public Enumeration QueryHint
'Utilisation
Dim instance As QueryHint
public enum QueryHint
Membres
Nom du membre | Description | |
---|---|---|
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. |
Remarques
These values instruct the query processor to use the Microsoft SQL Server database or the search index first.