Compartilhar via


Propriedade do RDL BackupSet.IsDamaged

Gets a value that indicates whether damage to the database was detected when this backup was created, and the backup operation was requested to continue despite errors.

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

Sintaxe

'Declaração
Public ReadOnly Property IsDamaged As Boolean 
    Get
'Uso
Dim instance As BackupSet 
Dim value As Boolean 

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

Valor da propriedade

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

Consulte também

Referência

BackupSet Classe

Namespace Microsoft.SqlServer.Management.Smo