Partilhar via


Evento RestorePlan.Information

Occurs when the server sends information.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (em Microsoft.SqlServer.SmoExtended.dll)

Sintaxe

'Declaração
Public Event Information As ServerMessageEventHandler
'Uso
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 dá suporte ao uso de eventos, mas não à declaração de eventos novos.

Consulte também

Referência

RestorePlan Classe

Namespace Microsoft.SqlServer.Management.Smo