Query.KeywordInclusion 属性 (Microsoft.Office.Server.Search.Query)
Gets or sets a value that specifies whether the query returns results that contain all or any of the specified search terms.
命名空间: Microsoft.Office.Server.Search.Query
程序集: Microsoft.Office.Server.Search (在 microsoft.office.server.search.dll 中)
语法
声明
Public Property KeywordInclusion As KeywordInclusion
用法
Dim instance As Query
Dim value As KeywordInclusion
value = instance.KeywordInclusion
instance.KeywordInclusion = value
public KeywordInclusion KeywordInclusion { get; set; }
属性值
A value from the KeywordInclusion enumeration.
备注
When using the FullTextSqlQuery class, this property applies to search terms specified in the 企业级搜索 SQL 语法中的 FREETEXT 谓词.