QueryHint 枚举 (Microsoft.Office.Server.Search.Query)

Possible values for Hint.

命名空间: Microsoft.Office.Server.Search.Query
程序集: Microsoft.Office.Server.Search (在 microsoft.office.server.search.dll 中)

语法

声明
Public Enumeration QueryHint
用法
Dim instance As QueryHint
public enum QueryHint

成员

  成员名称 说明
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. 

备注

These values instruct the query processor to use the Microsoft SQL Server database or the search index first.

另请参阅

参考

Microsoft.Office.Server.Search.Query 命名空间