ServerEventArgs Class

Definition

The ServerEventArgs object provides programmatic access to the arguments that are used to report all types of events that occur on an instance of SQL Server.

public ref class ServerEventArgs sealed : EventArgs
public sealed class ServerEventArgs : EventArgs
type ServerEventArgs = class
    inherit EventArgs
Public NotInheritable Class ServerEventArgs
Inherits EventArgs
Inheritance
ServerEventArgs

Examples

Handling SMO Events

Remarks

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

Properties

EventType

Gets the type of event.

PostTime

Gets the date and time at which the argument was posted.

Properties

Represents a collection of EventProperty objects. Each EventProperty object represents a property of a server event.

Spid

Gets the server process identifier (SPID) of the event.

SqlInstance

Gets the instance of SQL Server on which the event occurred.

Applies to