DatabaseFileMappingsDictionary 類別

定義

此類別將資料庫檔案路徑(即 DataFiles 與 LogFiles 路徑)從來源伺服器映射到使用者指定的對應目標伺服器位置。

[System.Runtime.InteropServices.ComVisible(false)]
public sealed class DatabaseFileMappingsDictionary : System.Collections.Generic.Dictionary<string,string>
[<System.Runtime.InteropServices.ComVisible(false)>]
type DatabaseFileMappingsDictionary = class
    inherit Dictionary<string, string>
Public NotInheritable Class DatabaseFileMappingsDictionary
Inherits Dictionary(Of String, String)
繼承
DatabaseFileMappingsDictionary
屬性

建構函式

名稱 Description
DatabaseFileMappingsDictionary()

職業建造者。

屬性

名稱 Description
Item[String]

取得或設定與指定資料庫來源檔案路徑相關的值。

方法

名稱 Description
Add(String, String)

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

ContainsKey(String)

判斷此字典是否包含指定的資料庫原始檔案路徑。

適用於