Класс 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.
Иерархия наследования
System.Object
System.EventArgs
Microsoft.SqlServer.Management.Smo.ServerEventArgs
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public NotInheritable Class ServerEventArgs _
Inherits EventArgs
'Применение
Dim instance As ServerEventArgs
public sealed class ServerEventArgs : EventArgs
public ref class ServerEventArgs sealed : public EventArgs
[<SealedAttribute>]
type ServerEventArgs =
class
inherit EventArgs
end
public final class ServerEventArgs extends EventArgs
Тип ServerEventArgs обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
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. |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Замечания
Thread Safety
Все общие статические члены этого типа (Shared в Microsoft Visual Basic) можно использовать в многопоточных операциях. Потокобезопасная работа с членами экземпляров типа не гарантируется.
Примеры
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.