BackupRestoreBase.PercentCompleteNotification 属性

获取或设置 PercentCompleteEventHandler 事件处理程序调用的百分比间隔。

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

语法

声明
Public Property PercentCompleteNotification As Integer 
    Get 
    Set
用法
Dim instance As BackupRestoreBase 
Dim value As Integer 

value = instance.PercentCompleteNotification

instance.PercentCompleteNotification = value
public int PercentCompleteNotification { get; set; }
public:
property int PercentCompleteNotification {
    int get ();
    void set (int value);
}
member PercentCompleteNotification : int with get, set
function get PercentCompleteNotification () : int 
function set PercentCompleteNotification (value : int)

属性值

类型:System.Int32
一个 Int32 值,该值指定事件处理程序调用的百分比间隔。默认值为 10。

注释

对于默认值 10,每完成任务的 10% 调用一次 PercentCompleteEventHandler。 如果备份或还原过程在引发事件后不立即将进程释放给事件处理程序,则事件处理程序可能稍后报告。

示例

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

请参阅

参考

BackupRestoreBase 类

Microsoft.SqlServer.Management.Smo 命名空间

其他资源

RESTORE (Transact-SQL)

BACKUP (Transact-SQL)