PercentCompleteNotification Property
Questa funzionalità verrà rimossa in una delle prossime versioni di Microsoft SQL Server. Evitare di utilizzare questa funzionalità in un nuovo progetto di sviluppo e prevedere interventi di modifica nelle applicazioni in cui è attualmente implementata.
The PercentCompleteNotification property configures a Backup or Restore object, setting the interval for PercentComplete event handler calls.
Sintassi
object
.PercentCompleteNotification [= value]
Parts
- object
An expression that evaluates to an object in the Applies To list
- value
A positive, long integer value from 1 through 100
Data Type
Long
Modifiable
Read/write
Prototype (C/C++)
HRESULT GetPercentCompleteNotification(LPLONG pRetVal);
HRESULT SetPercentCompleteNotification(long NewValue);
Osservazioni
The default is 10, and PercentComplete event handlers are called for every 10 percent of the task completed.