Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the globally unique identifier of the event object.
Namespace: Microsoft.SqlServer.XEvent.Linq
Assembly: Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)
Syntax
'Declaration
Public ReadOnly Property UUID As Guid
Get
'Usage
Dim instance As PublishedEvent
Dim value As Guid
value = instance.UUID
public Guid UUID { get; }
public:
property Guid UUID {
Guid get ();
}
member UUID : Guid
function get UUID () : Guid
Property Value
Type: System.Guid
The globally unique identifier of the event object.