Compartir a través de


PercentCompleteNotification Property

Esta característica se quitará en una versión futura de Microsoft SQL Server. Evite utilizar esta característica en nuevos trabajos de desarrollo y tenga previsto modificar las aplicaciones que actualmente la utilizan.

The PercentCompleteNotification property configures a Backup or Restore object, setting the interval for PercentComplete event handler calls.

Sintaxis

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);

Notas

The default is 10, and PercentComplete event handlers are called for every 10 percent of the task completed.