PublishedEvent Class

 

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.

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

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

public ref class PublishedEvent 

NameDescription
System_CAPS_pubpropertyActions

Gets a list of actions.

System_CAPS_pubpropertyFields

Gets a list of fields containing the data of the published event.

System_CAPS_pubpropertyLocation

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.

System_CAPS_pubpropertyMetadata

Gets the metadata for the event object.

System_CAPS_pubpropertyName

Gets the name of the event object.

System_CAPS_pubpropertyPackage

Gets the package this event was produced from.

System_CAPS_pubpropertyTimestamp

Gets the time this event was produced.

System_CAPS_pubpropertyUUID

Gets the globally unique identifier of the event object.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: