Partager via


Membres ServerEventArgs

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.

Le type ServerEventArgs expose les membres suivants.

Méthodes

  Nom Description
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetType (Hérité de Object.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique ToString (Hérité de Object.)

Haut de la page

Propriétés

  Nom Description
Propriété publique EventType Gets the type of event.
Propriété publique PostTime Gets the date and time at which the argument was posted.
Propriété publique Properties Represents a collection of EventProperty objects. Each EventProperty object represents a property of a server event.
Propriété publique Spid Gets the server process identifier (SPID) of the event.
Propriété publique SqlInstance Gets the instance of SQL Server on which the event occurred.

Haut de la page