Поделиться через


Класс PublishedEvent

An instance of an event from an event source. Use this object to obtain field and action data as well as metadata about the event object.

Иерархия наследования

System.Object
  Microsoft.SqlServer.XEvent.Linq.PublishedEvent

Пространство имен:  Microsoft.SqlServer.XEvent.Linq
Сборка:  Microsoft.SqlServer.XEvent.Linq (в Microsoft.SqlServer.XEvent.Linq.dll)

Синтаксис

'Декларация
Public Class PublishedEvent
'Применение
Dim instance As PublishedEvent
public class PublishedEvent
public ref class PublishedEvent
type PublishedEvent =  class end
public class PublishedEvent

Тип PublishedEvent обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство Actions Gets a list of actions.
Открытое свойство Fields Gets a list of fields containing the data of the published event.
Открытое свойство Location Gets the provider internal location this event was sourced from. Use an EventLocator to retrieve the event at a later time, or to move the current location of an IEventProvider to the location of the event.
Открытое свойство Metadata Gets the metadata for the event object.
Открытое свойство Name Gets the name of the event object.
Открытое свойство Package Gets the package this event was produced from.
Открытое свойство Timestamp Gets the time this event was produced.
Открытое свойство UUID Gets the globally unique identifier of the event object.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.XEvent.Linq