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.

참고 항목

참조

BackupSet 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스