DatabaseFileMappingsDictionary.Add(String, String) 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.
Adds the specified database source file path and its associated database target file path to the dictionary.
public void Add (string sourceFilePath, string targetFilePath);
override this.Add : string * string -> unit
Public Sub Add (sourceFilePath As String, targetFilePath As String)
Parameters
- sourceFilePath
- String
Full path to the source database file, including the file name as well.
- targetFilePath
- String
Full path to the target database file, including the file name as well.