Propriété IEventMetadata.UUID
Gets the universally unique identifier for the event metadata.
Espace de noms : Microsoft.SqlServer.XEvent
Assembly : Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)
Syntaxe
'Déclaration
ReadOnly Property UUID As Guid
Get
'Utilisation
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
Valeur de propriété
Type : System.Guid
The universally unique identifier.