FullTextCatalog.IsAccentSensitive プロパティ

参照先のフルテキスト カタログがアクセントを区別するかどうかを示す Boolean プロパティ値を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property IsAccentSensitive As Boolean 
    Get 
    Set
'使用
Dim instance As FullTextCatalog 
Dim value As Boolean 

value = instance.IsAccentSensitive

instance.IsAccentSensitive = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool IsAccentSensitive { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property bool IsAccentSensitive {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member IsAccentSensitive : bool with get, set
function get IsAccentSensitive () : boolean 
function set IsAccentSensitive (value : boolean)

プロパティ値

型: System.Boolean
フルテキスト カタログがアクセントを区別するかどうかを示す Boolean 値です。 True の場合、フルテキスト カタログはアクセントを区別します。 False の場合、フルテキスト カタログはアクセントを区別しません。

説明

このプロパティは、FullTextCatalog オブジェクトが作成される前に設定する必要があります。

使用例

フルテキスト検索の実装

関連項目

参照

FullTextCatalog クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

フルテキスト検索の概要

CREATE FULLTEXT CATALOG (Transact-SQL)