Compartilhar via


Método FullTextStopList.CreateFromExistingStopList (String)

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Sub CreateFromExistingStopList ( _
    stoplistName As String _
)
'Uso
Dim instance As FullTextStopList 
Dim stoplistName As String

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

Parâmetros

  • 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.

Consulte também

Referência

FullTextStopList Classe

Sobrecarregado CreateFromExistingStopList

Namespace Microsoft.SqlServer.Management.Smo