ActivityId.Id 속성
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.