Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.