This topic has not yet been rated - Rate this topic

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)
public RestorePlan(
	Server server,
	string databaseName
)

Parameters

server
Type: Microsoft.SqlServer.Management.Smo.Server
The server.
databaseName
Type: System.String
The name of the database.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.