RestorePlan.SetRestoreOptions(RestoreOptions) Method

Definition

Sets the restore options.

public void SetRestoreOptions (Microsoft.SqlServer.Management.Smo.RestoreOptions restoreOptions);
member this.SetRestoreOptions : Microsoft.SqlServer.Management.Smo.RestoreOptions -> unit
Public Sub SetRestoreOptions (restoreOptions As RestoreOptions)

Parameters

restoreOptions
RestoreOptions

The restore options.

Applies to