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 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.