DatabaseFileMappingsDictionary.Add(String, String) Method

Definition

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.

Applies to