ServerEventArgs Members
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.
The following tables list the members exposed by the ServerEventArgs type.
Public Properties
Name | Description | |
---|---|---|
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. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top