次の方法で共有


FullTextStopListCollection クラス

FullTextStopListCollection クラスは、親データベースで定義されたすべてのフルテキスト ストップ リストを表す FullTextStopList オブジェクトのコレクションです。

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

構文

'宣言
Public NotInheritable Class FullTextStopListCollection _
    Inherits SimpleObjectCollectionBase
'使用
Dim instance As FullTextStopListCollection
public sealed class FullTextStopListCollection : SimpleObjectCollectionBase
public ref class FullTextStopListCollection sealed : public SimpleObjectCollectionBase
[<SealedAttribute>]
type FullTextStopListCollection =  
    class
        inherit SimpleObjectCollectionBase
    end
public final class FullTextStopListCollection extends SimpleObjectCollectionBase

説明

FullTextStopListCollection オブジェクトを使用して、一連のフルテキスト ストップ リストにアクセスします。Item プロパティを使用して、特定の FullTextStopList オブジェクトを返すことができます。

スレッド セーフ

この型の public static (Microsoft Visual Basic では Shared) のすべてのメンバーは、マルチスレッド操作で安全に使用できます。 インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。