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

适用于