EventLocator Class

Provides specific event location token.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.XEvent.Linq.EventLocator

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class EventLocator
'Usage
Dim instance As EventLocator
[SerializableAttribute]
public class EventLocator
[SerializableAttribute]
public ref class EventLocator
[<SerializableAttribute>]
type EventLocator =  class end
public class EventLocator

The EventLocator type exposes the following members.

Constructors

  Name Description
Public method EventLocator Initializes a new instance of the EventLocator class.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

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

See Also

Reference

Microsoft.SqlServer.XEvent.Linq Namespace