ManagedProperty.FullTextQueriable 属性 (Microsoft.Office.Server.Search.Administration)
Gets or sets a Boolean value indicating whether a managed property can be used in 企业级搜索 SQL queries.
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search (在 microsoft.office.server.search.dll 中)
语法
声明
Public Property FullTextQueriable As Boolean
用法
Dim instance As ManagedProperty
Dim value As Boolean
value = instance.FullTextQueriable
instance.FullTextQueriable = value
public bool FullTextQueriable { get; set; }
属性值
true if the managed property can be used in the 企业级搜索 SQL 语法中的 CONTAINS 谓词 or 企业级搜索 SQL 语法中的 FREETEXT 谓词 predicate; otherwise, false.
备注
For information about managed properties, see 管理元数据, and for information about the SQL query syntax, see the 企业级搜索 SQL 语法引用.
另请参阅
参考
ManagedProperty 类
ManagedProperty 成员
Microsoft.Office.Server.Search.Administration 命名空间