Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets whether the restore operation is to continue after an error is encountered.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Declaration
Public Property ContinueAfterError As Boolean
Get
Set
'Usage
Dim instance As RestoreOptions
Dim value As Boolean
value = instance.ContinueAfterError
instance.ContinueAfterError = value
public bool ContinueAfterError { get; set; }
public:
property bool ContinueAfterError {
bool get ();
void set (bool value);
}
member ContinueAfterError : bool with get, set
function get ContinueAfterError () : boolean
function set ContinueAfterError (value : boolean)
Property Value
Type: System.Boolean
True if the restore operation is to continue after an error is encountered; otherwise, false.