Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets the globally unique identifier of the event object.
Espacio de nombres: Microsoft.SqlServer.XEvent.Linq
Ensamblado: Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System.Guid
The globally unique identifier of the event object.