RestoreOptions.ContinueAfterError 속성
Gets or sets whether the restore operation is to continue after an error is encountered.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.SmoExtended(Microsoft.SqlServer.SmoExtended.dll)
구문
‘선언
Public Property ContinueAfterError As Boolean
Get
Set
‘사용 방법
Dim instance As RestoreOptions
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
True if the restore operation is to continue after an error is encountered; otherwise, false.