Bagikan melalui


RestoreOptions.PercentCompleteNotification Property

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

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 RestoreOptions 
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
The percent complete notification.

See Also

Reference

RestoreOptions Class

Microsoft.SqlServer.Management.Smo Namespace