BackupRestoreBase.Restart 属性

获取或设置 Boolean 属性值,该值确定备份或还原操作在中断后是否重新启动。

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.SmoExtended(在 Microsoft.SqlServer.SmoExtended.dll 中)

语法

声明
Public Property Restart As Boolean 
    Get 
    Set
用法
Dim instance As BackupRestoreBase 
Dim value As Boolean 

value = instance.Restart

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

属性值

类型:System.Boolean
一个 Boolean 值,该值指定在中断后是否重新启动操作。如果为 True,则 SQL Server 尝试继续处理部分备份或还原操作。如果为 False(默认值),则 SQL Server 在备份集开始时重新启动中断的备份或还原操作。

示例

备份和还原数据库和事务日志

请参阅

参考

BackupRestoreBase 类

Microsoft.SqlServer.Management.Smo 命名空间

其他资源

RESTORE (Transact-SQL)

BACKUP (Transact-SQL)