Bagikan melalui


RestorePlan.Information Event

Occurs when the server sends information.

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

Syntax

'Declaration
Public Event Information As ServerMessageEventHandler
'Usage
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 supports the use of events, but not the declaration of new ones.

See Also

Reference

RestorePlan Class

Microsoft.SqlServer.Management.Smo Namespace