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.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public ReadOnly Property IsDamaged As Boolean
Get
用法
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
属性值
类型:System.Boolean
true if this instance is damaged; otherwise, false.