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 네임스페이스