DatabaseRestorePlanner.CreateRestorePlan Method

Definition

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

ro
RestoreOptions

The restore options.

Returns

Restore Plan

Applies to