次の方法で共有


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
)

パラメーター

説明

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