BackupRestoreBase.NextMedia Event
Occurs when the backup or restore operation exhausts the medium in a target device.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Bildirim
Public Event NextMedia As ServerMessageEventHandler
'Kullanım
Dim instance As BackupRestoreBase
Dim handler As ServerMessageEventHandler
AddHandler instance.NextMedia, handler
public event ServerMessageEventHandler NextMedia
public:
event ServerMessageEventHandler^ NextMedia {
void add (ServerMessageEventHandler^ value);
void remove (ServerMessageEventHandler^ value);
}
member NextMedia : IEvent<ServerMessageEventHandler,
ServerMessageEventArgs>
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.
Event Data
The event handler receives an argument of type ServerMessageEventArgs containing data related to this event. The following property provides information specific to this event.
Property |
Description |
---|---|
Occurs when an error is raised. |
Examples
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace