Condividi tramite


Proprietà BackupSet.IsReadOnly

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property IsReadOnly As Boolean 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

BackupSet Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo