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는 이벤트 사용을 지원하지만 새로운 이벤트 선언은 지원하지 않습니다.