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