RestoreOptions.ContinueAfterError Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
CONTINUE_AFTER_ERROR Specifies that the restore operation is to continue after an error is encountered.
public bool ContinueAfterError { get; set; }
member this.ContinueAfterError : bool with get, set
Public Property ContinueAfterError As Boolean
Property Value
true
if [continue after error]; otherwise, false
.