Share via


Constructeur FullTextStopList (Database, String)

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    database As Database, _
    name As String _
)
'Utilisation
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
)

Paramètres

Notes

If the database parameter is null Nothing nullptr unit une référence Null (Nothing dans Visual Basic) , a system full-text stop list will be created.