Partager via


Événement RestorePlan.NextRestore

Occurs when the next restore occurs.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)

Syntaxe

'Déclaration
Public Event NextRestore As NextRestoreEventHandler
'Utilisation
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 prend en charge l'utilisation d'événements, mais pas la déclaration de nouveaux événements.

Voir aussi

Référence

RestorePlan Classe

Espace de noms Microsoft.SqlServer.Management.Smo