Freigeben über


IEventMetadata.UUID-Eigenschaft

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

Eigenschaftswert

Typ: System.Guid
The universally unique identifier.

Siehe auch

Verweis

IEventMetadata Schnittstelle

Microsoft.SqlServer.XEvent-Namespace