Compartir a través de


FullTextStopList.CreateFromExistingStopList Método (String, String)

Creates a full text stop list on the instance of SQL Server from the specified stop list on the specified database.

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

Sintaxis

'Declaración
Public Sub CreateFromExistingStopList ( _
    dbName As String, _
    stoplistName As String _
)
'Uso
Dim instance As FullTextStopList 
Dim dbName As String 
Dim stoplistName As String

instance.CreateFromExistingStopList(dbName, _
    stoplistName)
public void CreateFromExistingStopList(
    string dbName,
    string stoplistName
)
public:
void CreateFromExistingStopList(
    String^ dbName, 
    String^ stoplistName
)
member CreateFromExistingStopList : 
        dbName:string * 
        stoplistName:string -> unit
public function CreateFromExistingStopList(
    dbName : String, 
    stoplistName : String
)

Parámetros

  • dbName
    Tipo: System.String
    A String value that contains the name of the database on which the full-text stop list will be created.
  • stoplistName
    Tipo: System.String
    A String value that specifies the name of the stop list from which the full-text stop list will be created.

Vea también

Referencia

FullTextStopList Clase

Sobrecarga de CreateFromExistingStopList

Espacio de nombres Microsoft.SqlServer.Management.Smo