QueryHint enumeration

Represents possible values for Hint.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.SharePoint.Search.Query
Assembly:  Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration QueryHint
'Usage
Dim instance As QueryHint
[FlagsAttribute]
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 Obsolete.
PropertySelectWithTempTable Obsolete.
UseSqlFirstJoinStrategy
AvoidSqlOuterJoins

See also

Reference

Microsoft.SharePoint.Search.Query namespace