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.