ServerEventHandler Delegate
The ServerEventHandler class represents the event handler that is used to handle server errors.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Parameters
- sender
-
Type:
System.Object
An Object value that specifies the source of the event.
- e
-
Type:
Microsoft.SqlServer.Management.Smo.ServerEventArgs
A Serverhttp://msdn.microsoft.com/library/cpref/html/frlrfsystemeventargsclasstopic.asp EventArgs object that contains the event data.
Show: