RestorePlan Constructor (Server, String)
SQL Server 2012
Initializes a new instance of the RestorePlan class with specified server and database name.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Parameters
- server
- Type: Microsoft.SqlServer.Management.Smo.Server
The server.
- databaseName
- Type: System.String
The name of the database.
