Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Handles the NextRestoreEvent class.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Declaration
Public Delegate Sub NextRestoreEventHandler ( _
sender As Object, _
e As NextRestoreEventArgs _
)
'Usage
Dim instance As New NextRestoreEventHandler(AddressOf HandlerMethod)
public delegate void NextRestoreEventHandler(
Object sender,
NextRestoreEventArgs e
)
public delegate void NextRestoreEventHandler(
Object^ sender,
NextRestoreEventArgs^ e
)
type NextRestoreEventHandler =
delegate of
sender:Object *
e:NextRestoreEventArgs -> unit
JScript supports the use of delegates, but not the declaration of new ones.
Parameters
- sender
Type: System.Object