Compartir a través de


BackupSet.IsForceOffline Propiedad

Gets a value that indicates whether the database was offline when the backup was taken.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public ReadOnly Property IsForceOffline As Boolean 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.Boolean
true if this database was offline when the backup was taken; otherwise, false.

Vea también

Referencia

BackupSet Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo