Freigeben über


PublishedEvent-Klasse

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.

Vererbungshierarchie

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

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

Syntax

'Declaration
Public Class PublishedEvent
'Usage
Dim instance As PublishedEvent
public class PublishedEvent
public ref class PublishedEvent
type PublishedEvent =  class end
public class PublishedEvent

Der PublishedEvent-Typ macht folgende Elemente verfügbar.

Eigenschaften

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

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.XEvent.Linq-Namespace