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.
Hiérarchie d'héritage
System.Object
Microsoft.SqlServer.XEvent.Linq.PublishedEvent
Espace de noms : Microsoft.SqlServer.XEvent.Linq
Assembly : Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)
Syntaxe
'Déclaration
Public Class PublishedEvent
'Utilisation
Dim instance As PublishedEvent
public class PublishedEvent
public ref class PublishedEvent
type PublishedEvent = class end
public class PublishedEvent
Le type PublishedEvent expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
![]() |
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. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
![]() |
Equals | (hérité de Object.) |
![]() |
Finalize | (hérité de Object.) |
![]() |
GetHashCode | (hérité de Object.) |
![]() |
GetType | (hérité de Object.) |
![]() |
MemberwiseClone | (hérité de Object.) |
![]() |
ToString | (hérité de Object.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.