Événement Information
Occurs when any informational message is issued by Microsoft SQL Server that cannot be handled by the Complete NextMedia or PercentComplete events.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)
Syntaxe
'Déclaration
Public Event Information As ServerMessageEventHandler
'Utilisation
Dim instance As BackupRestoreBase
Dim handler As ServerMessageEventHandler
AddHandler instance.Information, handler
public event ServerMessageEventHandler Information
public:
event ServerMessageEventHandler^ Information {
void add (ServerMessageEventHandler^ value);
void remove (ServerMessageEventHandler^ value);
}
member Information : IEvent<ServerMessageEventHandler,
ServerMessageEventArgs>
JScript prend en charge l'utilisation d'événements, mais pas la déclaration de nouveaux événements.
Notes
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. |
Voir aussi