PercentCompleteNotification Property (SQL-DMO)

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

Applies To
Backup Object Restore Object

Syntax

object.PercentCompleteNotification [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Positive, long integer value from 1 through 100.

Remarks

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

Data Type

Long

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetPercentCompleteNotification(LPLONG pRetVal);

HRESULT SetPercentCompleteNotification(long NewValue);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.