BackupSet.IsDamaged 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.
Was damage to the database detected when this backup was created, and the backup operation was requested to continue despite errors.
public bool IsDamaged { get; }
member this.IsDamaged : bool
Public ReadOnly Property IsDamaged As Boolean
Property Value
true
if this instance is damaged; otherwise, false
.