次の方法で共有


Database.FullTextStopLists プロパティ

FullTextStopList オブジェクトのコレクションを取得します。 各 FullTextStopList オブジェクトは、サーバーで定義されたフルテキスト ストップ リストを表します。

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

構文

'宣言
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(FullTextStopList))> _
Public ReadOnly Property FullTextStopLists As FullTextStopListCollection 
    Get
'使用
Dim instance As Database 
Dim value As FullTextStopListCollection 

value = instance.FullTextStopLists
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(FullTextStopList))]
public FullTextStopListCollection FullTextStopLists { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny, 
    typeof(FullTextStopList))]
public:
property FullTextStopListCollection^ FullTextStopLists {
    FullTextStopListCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(FullTextStopList))>]
member FullTextStopLists : FullTextStopListCollection
function get FullTextStopLists () : FullTextStopListCollection

プロパティ値

型: Microsoft.SqlServer.Management.Smo.FullTextStopListCollection
サーバーで定義されたすべてのフルテキスト ストップ リストを表す FullTextStopListCollection オブジェクトです。

説明

このコレクションを使用し、フルテキスト ストップ リストの仕様を指定することによって、特定のフルテキスト ストップ リストを参照できます。 新しいフルテキスト ストップ リストをコレクションに追加するには、フルテキスト ストップ リスト コンストラクター FullTextStopList を呼び出します。

関連項目

参照

Database クラス

Microsoft.SqlServer.Management.Smo 名前空間