PublishedEvent.Location Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.