Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a value that indicates whether the database was offline when the backup was taken.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property IsForceOffline As Boolean
Get
'Usage
Dim instance As BackupSet
Dim value As Boolean
value = instance.IsForceOffline
public bool IsForceOffline { get; }
public:
property bool IsForceOffline {
bool get ();
}
member IsForceOffline : bool
function get IsForceOffline () : boolean
Property Value
Type: System.Boolean
true if this database was offline when the backup was taken; otherwise, false.