DatabaseFileMappingsDictionary Class
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.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Bildirim
<ComVisibleAttribute(False)> _
<DefaultMemberAttribute("Item")> _
Public NotInheritable Class DatabaseFileMappingsDictionary
Inherits Dictionary(Of String, String)
[ComVisibleAttribute(false)]
[DefaultMemberAttribute("Item")]
public sealed class DatabaseFileMappingsDictionary : Dictionary<string,string>
[ComVisibleAttribute(false)]
[DefaultMemberAttribute(L"Item")]
public ref class DatabaseFileMappingsDictionary sealed : public Dictionary<String^, String^>
/** @attribute ComVisibleAttribute(false) */
/** @attribute DefaultMemberAttribute("Item") */
public final class DatabaseFileMappingsDictionary extends Dictionary<String,String>
ComVisibleAttribute(false)
DefaultMemberAttribute("Item")
public final class DatabaseFileMappingsDictionary extends Dictionary<String,String>
Inheritance Hierarchy
System.Object
System.Collections.Generic.Dictionary
Microsoft.SqlServer.Management.Smo.DatabaseFileMappingsDictionary
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.