Query.Hint 属性 (Microsoft.Office.Server.Search.Query)
Gets or sets the suggested query processor behavior for the query.
命名空间: Microsoft.Office.Server.Search.Query
程序集: Microsoft.Office.Server.Search (在 microsoft.office.server.search.dll 中)
语法
声明
Public Property Hint As QueryHint
用法
Dim instance As Query
Dim value As QueryHint
value = instance.Hint
instance.Hint = value
public QueryHint Hint { get; set; }
属性值
Returns QueryHint.
备注
Setting this value to OptimizeWithPropertyStore is typically most useful when using FullTextSqlQuery
. In this case it is sometimes faster to use the Microsoft SQL Server database before the search index.