Partilhar via


Propriedade do RDL RestoreOptions.PercentCompleteNotification

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

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

Sintaxe

'Declaração
Public Property PercentCompleteNotification As Integer 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.Int32
The percent complete notification.

Consulte também

Referência

RestoreOptions Classe

Namespace Microsoft.SqlServer.Management.Smo