DatabaseBackupInfo.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.
Gets database was damaged when backed up, but the backup operation was requested to continue despite errors.
[Newtonsoft.Json.JsonProperty(PropertyName="isDamaged")]
public bool? IsDamaged { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isDamaged")>]
member this.IsDamaged : Nullable<bool>
Public ReadOnly Property IsDamaged As Nullable(Of Boolean)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute