Gets the activity identifier.
命名空間: Microsoft.SqlServer.XEvent
組件: Microsoft.SqlServer.XEvent.Linq (在 Microsoft.SqlServer.XEvent.Linq.dll 中)
語法
'宣告
Public Property Id As Guid
Get
Friend Set
'用途
Dim instance As ActivityId
Dim value As Guid
value = instance.Id
public Guid Id { get; internal set; }
public:
property Guid Id {
Guid get ();
internal: void set (Guid value);
}
member Id : Guid with get, internal set
function get Id () : Guid
internal function set Id (value : Guid)
屬性值
型別:System.Guid
The Guid object that represents the activity identifier.