PublishedEvent.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.
네임스페이스: Microsoft.SqlServer.XEvent.Linq
어셈블리: Microsoft.SqlServer.XEvent.Linq(Microsoft.SqlServer.XEvent.Linq.dll)
구문
‘선언
Public Property Location As EventLocator
Get
Friend Set
‘사용 방법
Dim instance As PublishedEvent
Dim value As EventLocator
value = instance.Location
public EventLocator Location { get; internal set; }
public:
property EventLocator^ Location {
EventLocator^ get ();
internal: void set (EventLocator^ value);
}
member Location : EventLocator with get, internal set
function get Location () : EventLocator
internal function set Location (value : EventLocator)
속성 값
유형: Microsoft.SqlServer.XEvent.Linq.EventLocator
The provider internal location this even was sourced from.