Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property IsDamaged As Boolean
Get
'Usage
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
Eigenschaftswert
Typ: System.Boolean
true if this instance is damaged; otherwise, false.