Condividi tramite


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.

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.SqlServer.XEvent.Linq
Assembly:  Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)

Sintassi

'Dichiarazione
Public Class PublishedEvent
'Utilizzo
Dim instance As PublishedEvent
public class PublishedEvent
public ref class PublishedEvent
type PublishedEvent =  class end
public class PublishedEvent

Nel tipo PublishedEvent sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Actions Gets a list of actions.
Proprietà pubblica Fields Gets a list of fields containing the data of the published event.
Proprietà pubblica 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.
Proprietà pubblica Metadata Gets the metadata for the event object.
Proprietà pubblica Name Gets the name of the event object.
Proprietà pubblica Package Gets the package this event was produced from.
Proprietà pubblica Timestamp Gets the time this event was produced.
Proprietà pubblica UUID Gets the globally unique identifier of the event object.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.XEvent.Linq