DatabaseFileMappingsDictionary Class
SQL Server 2012
This class, which is inherited from Dictionary, maps database file paths from the source server to the corresponding target server location that the user specifies.
System.Object
System.Collections.Generic.Dictionary<String, String>
Microsoft.SqlServer.Management.Smo.DatabaseFileMappingsDictionary
System.Collections.Generic.Dictionary<String, String>
Microsoft.SqlServer.Management.Smo.DatabaseFileMappingsDictionary
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
The DatabaseFileMappingsDictionary type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DatabaseFileMappingsDictionary | This class, which is inherited from Dictionary, maps database file paths from the source server to the corresponding target server location that the user specifies. |
| Name | Description | |
|---|---|---|
![]() | Comparer | (Inherited from Dictionary<String, String>.) |
![]() | Count | (Inherited from Dictionary<String, String>.) |
![]() | Item | Returns the database file mapping information for the specified source file. |
![]() | Keys | (Inherited from Dictionary<String, String>.) |
![]() | Values | (Inherited from Dictionary<String, String>.) |
| Name | Description | |
|---|---|---|
![]() | Add | Adds the specified database source file path and its associated database target file path to the dictionary. |
![]() | Clear | (Inherited from Dictionary<String, String>.) |
![]() | ContainsKey | Determines whether this dictionary contains the specified database source file path. |
![]() | ContainsValue | (Inherited from Dictionary<String, String>.) |
![]() | Equals | (Inherited from Object.) |
![]() | GetEnumerator | (Inherited from Dictionary<String, String>.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetObjectData | Security Critical. (Inherited from Dictionary<String, String>.) |
![]() | GetType | (Inherited from Object.) |
![]() | OnDeserialization | (Inherited from Dictionary<String, String>.) |
![]() | Remove | (Inherited from Dictionary<String, String>.) |
![]() | ToString | (Inherited from Object.) |
![]() | TryGetValue | (Inherited from Dictionary<String, String>.) |
Top


