次の方法で共有


PropertyInformation.FullTextQueriable プロパティ (Microsoft.Office.Server.Search.Query)

このプロパティをフルテキスト SQL 構文クエリで使用できるかどうかを示すブール値を取得します。

名前空間: Microsoft.Office.Server.Search.Query
アセンブリ: Microsoft.Office.Server.Search (microsoft.office.server.search.dll 内)

構文

'宣言
Public ReadOnly Property FullTextQueriable As Boolean
'使用
Dim instance As PropertyInformation
Dim value As Boolean

value = instance.FullTextQueriable
public bool FullTextQueriable { get; }

プロパティ値

SQL 構文のクエリでプロパティを使用できる場合は true、それ以外の場合は false

関連項目

参照

PropertyInformation クラス
PropertyInformation メンバ
Microsoft.Office.Server.Search.Query 名前空間