Evento RestorePlan.NextRestore
Occurs when the next restore occurs.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Sintassi
'Dichiarazione
Public Event NextRestore As NextRestoreEventHandler
'Utilizzo
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 supporta l'utilizzo di eventi, ma non la dichiarazione di nuovi eventi.