Compartir a través de


IEventMetadata.UUID Propiedad

Gets the universally unique identifier for the event metadata.

Espacio de nombres:  Microsoft.SqlServer.XEvent
Ensamblado:  Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)

Sintaxis

'Declaración
ReadOnly Property UUID As Guid 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.Guid
The universally unique identifier.

Vea también

Referencia

IEventMetadata Interfaz

Espacio de nombres Microsoft.SqlServer.XEvent