Propriedade do RDL BackupSet.IsForceOffline

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

BackupSet Classe

Namespace Microsoft.SqlServer.Management.Smo