Элементы 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.
Тип ServerEventArgs предоставляет доступ к следующим элементам.
Методы
Имя | Описание | |
---|---|---|
![]() |
Equals | (Наследуется из Object.) |
![]() |
Finalize | (Наследуется из Object.) |
![]() |
GetHashCode | (Наследуется из Object.) |
![]() |
GetType | (Наследуется из Object.) |
![]() |
MemberwiseClone | (Наследуется из Object.) |
![]() |
ToString | (Наследуется из Object.) |
В начало
Свойства
Имя | Описание | |
---|---|---|
![]() |
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. |
В начало