Compartilhar via


Propriedade do RDL PublishedEvent.UUID

Gets the globally unique identifier of the event object.

Namespace:  Microsoft.SqlServer.XEvent.Linq
Assembly:  Microsoft.SqlServer.XEvent.Linq (em Microsoft.SqlServer.XEvent.Linq.dll)

Sintaxe

'Declaração
Public ReadOnly Property UUID As Guid 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

PublishedEvent Classe

Namespace Microsoft.SqlServer.XEvent.Linq