Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System.Boolean
true if this instance is damaged; otherwise, false.