共用方式為


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 命名空間