RestorePlan.RestoreAction Property

Definition

Gets and sets the type of the Restore action: Database,File,Log,Page

public Microsoft.SqlServer.Management.Smo.RestoreActionType RestoreAction { get; set; }
member this.RestoreAction : Microsoft.SqlServer.Management.Smo.RestoreActionType with get, set
Public Property RestoreAction As RestoreActionType

Property Value

The restore action.

Applies to