Evento RestorePlan.NextRestore
Occurs when the next restore occurs.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (em Microsoft.SqlServer.SmoExtended.dll)
Sintaxe
'Declaração
Public Event NextRestore As NextRestoreEventHandler
'Uso
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 dá suporte ao uso de eventos, mas não à declaração de eventos novos.