Propriété BackupSet.IsForceOffline

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IsForceOffline As Boolean 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

BackupSet Classe

Espace de noms Microsoft.SqlServer.Management.Smo