BackupRestoreBase.PercentCompleteNotification Property

Gets or sets the percentage interval for PercentCompleteEventHandler event handler calls.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)

Syntax

'Declaration
Public Property PercentCompleteNotification As Integer
    Get
    Set
'Usage
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)

Property Value

Type: System.Int32
An Int32 that specifies the percentage interval for the event handler calls. The default value is 10.

Remarks

For the default value 10, PercentCompleteEventHandler is called for every 10 percent of the task completed. The event handler might report slightly later if the backup or restore procedure does not release the process to the event handler immediately after the event is raised.