共用方式為


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 命名空間