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.

请参阅

参考

RestoreOptions 类

Microsoft.SqlServer.Management.Smo 命名空间