SearchPropertyList.Create 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
Create() |
Creates a new property list object without any source stoplist |
Create(String) |
Creates a new property list from an existing source property list in the current database |
Create(String, String) |
Creates a new property list from an existing source property list in the different database |
Create()
Creates a new property list object without any source stoplist
public void Create ();
abstract member Create : unit -> unit
override this.Create : unit -> unit
Public Sub Create ()
Implements
Applies to
Create(String)
Creates a new property list from an existing source property list in the current database
public void Create (string sourceSearchPropertyListName);
member this.Create : string -> unit
Public Sub Create (sourceSearchPropertyListName As String)
Parameters
- sourceSearchPropertyListName
- String
Applies to
Create(String, String)
Creates a new property list from an existing source property list in the different database
public void Create (string sourceDatabaseName, string sourceSearchPropertyListName);
member this.Create : string * string -> unit
Public Sub Create (sourceDatabaseName As String, sourceSearchPropertyListName As String)
Parameters
- sourceDatabaseName
- String
- sourceSearchPropertyListName
- String