Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents possible values for Hint.
Namespace: Microsoft.SharePoint.Search.Query
Assembly: Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)
Syntax
'Declaration
Public Enumeration QueryHint
'Usage
Dim instance As QueryHint
public enum QueryHint
Members
Member name | 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. | |
PropertySelectWithInClause | ||
PropertySelectWithTempTable |