Freigeben über


RestorePlan.NextRestore-Ereignis

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 unterstützt die Verwendung von Ereignissen, aber nicht die Deklaration neuer Ereignisse.

Siehe auch

Verweis

RestorePlan Klasse

Microsoft.SqlServer.Management.Smo-Namespace