IEventMetadata.UUID 属性

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.

请参阅

参考

IEventMetadata 接口

Microsoft.SqlServer.XEvent 命名空间