FullTextStopList.CreateFromExistingStopList Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CreateFromExistingStopList(String) |
Creates a new stoplist from an existing source stoplist in the current database |
CreateFromExistingStopList(String, String) |
Creates a new stoplist from an existing source stoplist in the different database |
CreateFromExistingStopList(String)
Creates a new stoplist from an existing source stoplist in the current database
public void CreateFromExistingStopList (string stoplistName);
member this.CreateFromExistingStopList : string -> unit
Public Sub CreateFromExistingStopList (stoplistName As String)
Parameters
- stoplistName
- String
Applies to
CreateFromExistingStopList(String, String)
Creates a new stoplist from an existing source stoplist in the different database
public void CreateFromExistingStopList (string dbName, string stoplistName);
member this.CreateFromExistingStopList : string * string -> unit
Public Sub CreateFromExistingStopList (dbName As String, stoplistName As String)
Parameters
- dbName
- String
- stoplistName
- String