IsAccentSensitive プロパティ
参照先のフルテキスト カタログがアクセントを区別するかどうかを示す Boolean プロパティ値を取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute> _
Public Property IsAccentSensitive As Boolean
Get
Set
'使用
Dim instance As FullTextCatalog
Dim value As Boolean
value = instance.IsAccentSensitive
instance.IsAccentSensitive = value
[SfcPropertyAttribute]
public bool IsAccentSensitive { get; set; }
[SfcPropertyAttribute]
public:
property bool IsAccentSensitive {
bool get ();
void set (bool value);
}
[<SfcPropertyAttribute>]
member IsAccentSensitive : bool with get, set
function get IsAccentSensitive () : boolean
function set IsAccentSensitive (value : boolean)
プロパティ値
型: System. . :: . .Boolean
フルテキスト カタログがアクセントを区別するかどうかを示す Boolean 値です。
True の場合、フルテキスト カタログはアクセントを区別します。
False の場合、フルテキスト カタログはアクセントを区別しません。