Propriété PublishedEvent.UUID

Gets the globally unique identifier of the event object.

Espace de noms :  Microsoft.SqlServer.XEvent.Linq
Assembly :  Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)

Syntaxe

'Déclaration
Public ReadOnly Property UUID As Guid 
    Get
'Utilisation
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

Valeur de propriété

Type : System.Guid
The globally unique identifier of the event object.

Voir aussi

Référence

PublishedEvent Classe

Espace de noms Microsoft.SqlServer.XEvent.Linq