Langue

DatabaseRestorePlanner.CreateRestorePlan Méthode

Définition

Surcharges

Nom Description
CreateRestorePlan()

Crée le plan de restauration.

CreateRestorePlan(RestoreOptions)

Crée le plan de restauration.

CreateRestorePlan()

Crée le plan de restauration.

public Microsoft.SqlServer.Management.Smo.RestorePlan CreateRestorePlan();
member this.CreateRestorePlan : unit -> Microsoft.SqlServer.Management.Smo.RestorePlan
Public Function CreateRestorePlan () As RestorePlan

Retours

Plan de restauration

S’applique à

CreateRestorePlan(RestoreOptions)

Crée le plan de restauration.

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

Paramètres

ro
RestoreOptions

Options de restauration.

Retours

Plan de restauration

S’applique à