DatabaseFileMappingsDictionary Class

Definition

This class maps database file paths (i.e. DataFiles and LogFiles paths) from the source server to the corresponding target server location specified by the user.

[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)
Inheritance
DatabaseFileMappingsDictionary
Attributes

Constructors

DatabaseFileMappingsDictionary()

Class constructor.

Properties

Item[String]

Gets or sets the value associated with the specified database source file path.

Methods

Add(String, String)

Adds the specified database source file path and its associated database target file path to the dictionary.

ContainsKey(String)

Determines whether this dictionary contains the specified database source file path.

Applies to