RestorePlan.NextRestore Event
Occurs when the next restore occurs.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Declaration
Public Event NextRestore As NextRestoreEventHandler
'Usage
Dim instance As RestorePlan
Dim handler As NextRestoreEventHandler
AddHandler instance.NextRestore, handler
public event NextRestoreEventHandler NextRestore
public:
event NextRestoreEventHandler^ NextRestore {
void add (NextRestoreEventHandler^ value);
void remove (NextRestoreEventHandler^ value);
}
member NextRestore : IEvent<NextRestoreEventHandler,
NextRestoreEventArgs>
JScript supports the use of events, but not the declaration of new ones.