RestorePlan.RestoreAction Property

 

Applies To: SQL Server 2016 Preview

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

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)

Syntax

public RestoreActionType RestoreAction { get; set; }
public:
property RestoreActionType RestoreAction {
    RestoreActionType get();
    void set(RestoreActionType value);
}
member RestoreAction : RestoreActionType with get, set
Public Property RestoreAction As RestoreActionType

Property Value

Type: Microsoft.SqlServer.Management.Smo.RestoreActionType

The restore action.

See Also

RestorePlan Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top