PublishedEvent.UUID-Eigenschaft
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
Eigenschaftswert
Typ: System.Guid
The globally unique identifier of the event object.