KeywordQueryProperties.EnableFQL 属性

获取或设置一个布尔值,指定是否启用快速查询语言 (FQL) 的查询。

命名空间:  Microsoft.Office.Server.Search.Query
程序集:  Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)

语法

声明
<DataMemberAttribute> _
Public Property EnableFQL As Boolean
    Get
    Set
用法
Dim instance As KeywordQueryProperties
Dim value As Boolean

value = instance.EnableFQL

instance.EnableFQL = value
[DataMemberAttribute]
public bool EnableFQL { get; set; }

属性值

类型:System.Boolean
true如果启用 FQL ;否则为false。

另请参阅

引用

KeywordQueryProperties 类

KeywordQueryProperties 成员

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