다음을 통해 공유


PublishedEvent.UUID 속성

Gets the globally unique identifier of the event object.

네임스페이스:  Microsoft.SqlServer.XEvent.Linq
어셈블리:  Microsoft.SqlServer.XEvent.Linq(Microsoft.SqlServer.XEvent.Linq.dll)

구문

‘선언
Public ReadOnly Property UUID As Guid 
    Get
‘사용 방법
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

속성 값

유형: System.Guid
The globally unique identifier of the event object.

참고 항목

참조

PublishedEvent 클래스

Microsoft.SqlServer.XEvent.Linq 네임스페이스