Compartilhar via


Classe 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.

Hierarquia de herança

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

Namespace:  Microsoft.SqlServer.XEvent.Linq
Assembly:  Microsoft.SqlServer.XEvent.Linq (em Microsoft.SqlServer.XEvent.Linq.dll)

Sintaxe

'Declaração
Public Class PublishedEvent
'Uso
Dim instance As PublishedEvent
public class PublishedEvent
public ref class PublishedEvent
type PublishedEvent =  class end
public class PublishedEvent

O tipo PublishedEvent expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Actions Gets a list of actions.
Propriedade pública Fields Gets a list of fields containing the data of the published event.
Propriedade pública 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.
Propriedade pública Metadata Gets the metadata for the event object.
Propriedade pública Name Gets the name of the event object.
Propriedade pública Package Gets the package this event was produced from.
Propriedade pública Timestamp Gets the time this event was produced.
Propriedade pública UUID Gets the globally unique identifier of the event object.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.SqlServer.XEvent.Linq