Aracılığıyla paylaş


BackupRestoreBase.PercentComplete Event

Occurs when a backup or restore operation reaches a completion unit.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in microsoft.sqlserver.smoextended.dll)

Syntax

'Bildirim
Public Event PercentComplete As PercentCompleteEventHandler
public event PercentCompleteEventHandler PercentComplete
public:
event PercentCompleteEventHandler^ PercentComplete {
    void add (PercentCompleteEventHandler^ value);
    void remove (PercentCompleteEventHandler^ value);
}
/** @event */
public void add_PercentComplete (PercentCompleteEventHandler value)

/** @event */
public void remove_PercentComplete (PercentCompleteEventHandler value)
JScript supports the use of events, but not the declaration of new ones.

Remarks

In JScript, you can handle the events defined by a class, but you cannot define your own.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.