共用方式為


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
)

參數

  • name
    型別:System.String
    A String value that specifies the name of the full text stop list.

備註

If the database parameter is nullnull 參考 (在 Visual Basic 中為 Nothing), a system full-text stop list will be created.

請參閱

參考

FullTextStopList 類別

FullTextStopList 多載

Microsoft.SqlServer.Management.Smo 命名空間