BackupRestoreBase.Complete Event
Occurs when the backup or restore operation completes.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in microsoft.sqlserver.smoextended.dll)
Syntax
'Deklaracja
Public Event Complete As ServerMessageEventHandler
public event ServerMessageEventHandler Complete
public:
event ServerMessageEventHandler^ Complete {
void add (ServerMessageEventHandler^ value);
void remove (ServerMessageEventHandler^ value);
}
/** @event */
public void add_Complete (ServerMessageEventHandler value)
/** @event */
public void remove_Complete (ServerMessageEventHandler value)
JScript supports the use of events, but not the declaration of new ones.
Remarks
In Microsoft 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.
See Also