DatabaseRestorePlanner.CreateRestorePlan Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CreateRestorePlan() |
Creates the restore plan. |
CreateRestorePlan(RestoreOptions) |
Creates the restore plan. |
CreateRestorePlan()
Creates the restore plan.
public Microsoft.SqlServer.Management.Smo.RestorePlan CreateRestorePlan ();
member this.CreateRestorePlan : unit -> Microsoft.SqlServer.Management.Smo.RestorePlan
Public Function CreateRestorePlan () As RestorePlan
Returns
Restore plan
Applies to
CreateRestorePlan(RestoreOptions)
Creates the restore plan.
public Microsoft.SqlServer.Management.Smo.RestorePlan CreateRestorePlan (Microsoft.SqlServer.Management.Smo.RestoreOptions ro);
member this.CreateRestorePlan : Microsoft.SqlServer.Management.Smo.RestoreOptions -> Microsoft.SqlServer.Management.Smo.RestorePlan
Public Function CreateRestorePlan (ro As RestoreOptions) As RestorePlan
Parameters
The restore options.
Returns
Restore Plan