Propriedade do RDL BackupSet.IsReadOnly

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

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

Sintaxe

'Declaração
Public ReadOnly Property IsReadOnly As Boolean 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

BackupSet Classe

Namespace Microsoft.SqlServer.Management.Smo