FullTextIndex.StopListOption プロパティ

フルテキスト インデックスに関連付けられたストップ リスト オプションを取得します。

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

構文

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

value = instance.StopListOption

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

プロパティ値

型: Microsoft.SqlServer.Management.Smo.StopListOption
ストップ リスト オプションを示す StopListOption 値です。

使用例

フルテキスト検索の実装

関連項目

参照

FullTextIndex クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

フルテキスト検索の概要

CREATE FULLTEXT INDEX (Transact-SQL)