PercentCompleteNotification Property
Esse recurso será removido em uma versão futura do Microsoft SQL Server. Evite usar esse recurso em desenvolvimentos novos e planeje modificar os aplicativos que atualmente o utilizam.
The PercentCompleteNotification property configures a Backup or Restore object, setting the interval for PercentComplete event handler calls.
Sintaxe
object.PercentCompleteNotification [= value]
Parts
object
An expression that evaluates to an object in the Applies To listvalue
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);
Comentários
The default is 10, and PercentComplete event handlers are called for every 10 percent of the task completed.