RestorePlan.NextRestore 事件
Occurs when the next restore occurs.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.SmoExtended(在 Microsoft.SqlServer.SmoExtended.dll 中)
语法
声明
Public Event NextRestore As NextRestoreEventHandler
用法
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 支持使用事件,但不支持声明新事件。