Freigeben über


ServerEventArgs-Member

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.

Der ServerEventArgs-Typ macht die folgenden Member verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft EventType Gets the type of event.
Öffentliche Eigenschaft PostTime Gets the date and time at which the argument was posted.
Öffentliche Eigenschaft Properties Represents a collection of EventProperty objects. Each EventProperty object represents a property of a server event.
Öffentliche Eigenschaft Spid Gets the server process identifier (SPID) of the event.
Öffentliche Eigenschaft SqlInstance Gets the instance of SQL Server on which the event occurred.

Zum Anfang