Compartir a través de


FullTextStopList Constructor (Database, String)

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Sub New ( _
    database As Database, _
    name As String _
)
'Uso
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
)

Parámetros

Comentarios

If the database parameter is nulles una referencia NULL (Nothing en Visual Basic)., a system full-text stop list will be created.

Vea también

Referencia

FullTextStopList Clase

Sobrecarga de FullTextStopList

Espacio de nombres Microsoft.SqlServer.Management.Smo