Udostępnij za pośrednictwem


Metoda FullTextStopList.CreateFromExistingStopList (String, String)

Tworzy listę stop pełny tekst na wystąpienie SQL Server z określonego zatrzymać listy na określonej bazy danych.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
Public Sub CreateFromExistingStopList ( _
    dbName As String, _
    stoplistName As String _
)
'Użycie
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
)

Parametry

  • dbName
    Typ: System.String
    A String wartość, która zawiera nazwę bazy danych, na którym zostanie utworzona lista stop pełnego tekstu.
  • stoplistName
    Typ: System.String
    A String wartość, która określa nazwę listy zatrzymania, z którego zostanie utworzona lista stop pełnego tekstu.