Partager via


Événement RestorePlan.Information

Occurs when the server sends information.

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 RestorePlan 
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.

Voir aussi

Référence

RestorePlan Classe

Espace de noms Microsoft.SqlServer.Management.Smo