Construtor 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.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Sub New
'Uso
Dim instance As New DatabaseFileMappingsDictionary()
public DatabaseFileMappingsDictionary()
public:
DatabaseFileMappingsDictionary()
new : unit -> DatabaseFileMappingsDictionary
public function DatabaseFileMappingsDictionary()
Consulte também