FullTextStopList 构造函数 (Database, String)

Initializes a new instance of the FullTextStopList class that has the specified name and database.

命名空间:  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
)

参数

注释

If the database parameter is null Nothing nullptr unit null 引用(在 Visual Basic 中为 Nothing) , a system full-text stop list will be created.