FullTextStopList.CreateFromExistingStopList 方法

定義

多載

名稱 Description
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

適用於