Condividi tramite


Metodo DatabaseRestorePlanner.CreateRestorePlan (RestoreOptions)

Creates the restore plan with restore options.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)

Sintassi

'Dichiarazione
Public Function CreateRestorePlan ( _
    ro As RestoreOptions _
) As RestorePlan
'Utilizzo
Dim instance As DatabaseRestorePlanner 
Dim ro As RestoreOptions 
Dim returnValue As RestorePlan 

returnValue = instance.CreateRestorePlan(ro)
public RestorePlan CreateRestorePlan(
    RestoreOptions ro
)
public:
RestorePlan^ CreateRestorePlan(
    RestoreOptions^ ro
)
member CreateRestorePlan : 
        ro:RestoreOptions -> RestorePlan
public function CreateRestorePlan(
    ro : RestoreOptions
) : RestorePlan

Parametri

Valore restituito

Tipo: Microsoft.SqlServer.Management.Smo.RestorePlan
The restore plan.

Vedere anche

Riferimento

DatabaseRestorePlanner Classe

Overload CreateRestorePlan

Spazio dei nomi Microsoft.SqlServer.Management.Smo