Gets the universally unique identifier for the event metadata.
命名空間: Microsoft.SqlServer.XEvent
組件: Microsoft.SqlServer.XEvent.Linq (在 Microsoft.SqlServer.XEvent.Linq.dll 中)
語法
'宣告
ReadOnly Property UUID As Guid
Get
'用途
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
屬性值
型別:System.Guid
The universally unique identifier.