Aracılığıyla paylaş


RestorePlan.NextRestore Event

Occurs when the next restore occurs.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)

Syntax

'Bildirim
Public Event NextRestore As NextRestoreEventHandler
'Kullanım
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.

See Also

Reference

RestorePlan Class

Microsoft.SqlServer.Management.Smo Namespace