Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates the restore plan.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Declaration
Public Function CreateRestorePlan As RestorePlan
'Usage
Dim instance As PageRestorePlanner
Dim returnValue As RestorePlan
returnValue = instance.CreateRestorePlan()
public RestorePlan CreateRestorePlan()
public:
RestorePlan^ CreateRestorePlan()
member CreateRestorePlan : unit -> RestorePlan
public function CreateRestorePlan() : RestorePlan
Return Value
Type: Microsoft.SqlServer.Management.Smo.RestorePlan
The created restore plan.