PropertyInformation.FullTextQueriable 属性
获取一个布尔值,该值指示是否可以在全文的 SQL 语法查询中使用该属性。
命名空间: Microsoft.Office.Server.Search.Query
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
<DataMemberAttribute> _
Public Property FullTextQueriable As Boolean
Get
Private Set
用法
Dim instance As PropertyInformation
Dim value As Boolean
value = instance.FullTextQueriable
[DataMemberAttribute]
public bool FullTextQueriable { get; private set; }
属性值
类型:System.Boolean
true如果可以使用属性在 SQL 语法查询 ;否则为false。