Partager via


Propriété BackupSet.IsReadOnly

Gets a value that indicates whether the database was read-only at the time of backup.

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

Syntaxe

'Déclaration
Public ReadOnly Property IsReadOnly As Boolean 
    Get
'Utilisation
Dim instance As BackupSet 
Dim value As Boolean 

value = instance.IsReadOnly
public bool IsReadOnly { get; }
public:
property bool IsReadOnly {
    bool get ();
}
member IsReadOnly : bool
function get IsReadOnly () : boolean

Valeur de propriété

Type : System.Boolean
true if this instance is read only; otherwise, false.

Voir aussi

Référence

BackupSet Classe

Espace de noms Microsoft.SqlServer.Management.Smo