FullTextStopList.CreateFromExistingStopList メソッド

定義

オーバーロード

名前 説明
CreateFromExistingStopList(String)

現在のデータベースの既存のソース ストップリストから新しいストップリストを作成します。

CreateFromExistingStopList(String, String)

別のデータベースの既存のソース ストップリストから新しいストップリストを作成します

CreateFromExistingStopList(String)

現在のデータベースの既存のソース ストップリストから新しいストップリストを作成します。

public void CreateFromExistingStopList(string stoplistName);
member this.CreateFromExistingStopList : string -> unit
Public Sub CreateFromExistingStopList (stoplistName As String)

パラメーター

stoplistName
String

適用対象

CreateFromExistingStopList(String, String)

別のデータベースの既存のソース ストップリストから新しいストップリストを作成します

public void CreateFromExistingStopList(string dbName, string stoplistName);
member this.CreateFromExistingStopList : string * string -> unit
Public Sub CreateFromExistingStopList (dbName As String, stoplistName As String)

パラメーター

dbName
String
stoplistName
String

適用対象