다음을 통해 공유


ContinueAfterError 속성

Gets or sets a Boolean property value that determines whether the backup or restore continues after a checksum error occurs.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.SmoExtended.dll의 Microsoft.SqlServer.SmoExtended

구문

‘선언
Public Property ContinueAfterError As Boolean
    Get
    Set
‘사용 방법
Dim instance As BackupRestoreBase
Dim value As Boolean

value = instance.ContinueAfterError

instance.ContinueAfterError = value
public bool ContinueAfterError { get; set; }
public:
property bool ContinueAfterError {
    bool get ();
    void set (bool value);
}
member ContinueAfterError : bool with get, set
function get ContinueAfterError () : boolean
function set ContinueAfterError (value : boolean)

속성 값

형식: System. . :: . .Boolean
A Boolean value that specifies whether the operation will continue after a checksum error.
If True, the operation will continue when a checksum error occurs. Otherwise, False (default).

주의

If the Checksum property is set to False, the ContinueAfterError property will be ignored.