BackupSet.IsForceOffline 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 the Database offline when the backup was taken.
public bool IsForceOffline { get; }
member this.IsForceOffline : bool
Public ReadOnly Property IsForceOffline As Boolean
Property Value
true
if this database was offline when the backup was taken; otherwise, false
.