次の方法で共有


FullTextStopList コンストラクター (Database, String)

指定された名前とデータベースで、FullTextStopList クラスの新しいインスタンスを初期化します。

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

構文

'宣言
Public Sub New ( _
    database As Database, _
    name As String _
)
'使用
Dim database As Database 
Dim name As String 

Dim instance As New FullTextStopList(database, _
    name)
public FullTextStopList(
    Database database,
    string name
)
public:
FullTextStopList(
    Database^ database, 
    String^ name
)
new : 
        database:Database * 
        name:string -> FullTextStopList
public function FullTextStopList(
    database : Database, 
    name : String
)

パラメーター

  • name
    型: System.String
    フルテキスト ストップ リストの名前を示す String 値です。

説明

database パラメーターが nullNULL 参照 (Visual Basic では Nothing) の場合は、システムのフルテキスト ストップ リストが作成されます。

関連項目

参照

FullTextStopList クラス

FullTextStopList オーバーロード

Microsoft.SqlServer.Management.Smo 名前空間