PublishedEvent.Location Property

Definition

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.

public:
 property Microsoft::SqlServer::XEvent::Linq::EventLocator ^ Location { Microsoft::SqlServer::XEvent::Linq::EventLocator ^ get(); };
public Microsoft.SqlServer.XEvent.Linq.EventLocator Location { get; }
member this.Location : Microsoft.SqlServer.XEvent.Linq.EventLocator
Public ReadOnly Property Location As EventLocator

Property Value

The provider internal location this even was sourced from.

Applies to