DatabaseFileMappingsDictionary.Add(String, String) 方法

定義

將指定的資料庫原始檔案路徑及其相關的資料庫目標檔案路徑加入字典。

public void Add(string sourceFilePath, string targetFilePath);
override this.Add : string * string -> unit
Public Sub Add (sourceFilePath As String, targetFilePath As String)

參數

sourceFilePath
String

完整路徑指向來源資料庫檔案,包括檔名。

targetFilePath
String

完整路徑指向目標資料庫檔案,包括檔名。

適用於