IEventMetadata.UUID Property

Gets the universally unique identifier for the event metadata.

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

Syntax

'Declaration
ReadOnly Property UUID As Guid 
    Get
'Usage
Dim instance As IEventMetadata 
Dim value As Guid 

value = instance.UUID
Guid UUID { get; }
property Guid UUID {
    Guid get ();
}
abstract UUID : Guid
function get UUID () : Guid

Property Value

Type: System.Guid
The universally unique identifier.

See Also

Reference

IEventMetadata Interface

Microsoft.SqlServer.XEvent Namespace