ActivityId.Sequence Property
Gets the activity sequence.
Namespace: Microsoft.SqlServer.XEvent
Assembly: Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)
Syntax
'Declaration
Public Property Sequence As UInteger
Get
Friend Set
'Usage
Dim instance As ActivityId
Dim value As UInteger
value = instance.Sequence
public uint Sequence { get; internal set; }
public:
property unsigned int Sequence {
unsigned int get ();
internal: void set (unsigned int value);
}
member Sequence : uint32 with get, internal set
function get Sequence () : uint
internal function set Sequence (value : uint)
Property Value
Type: System.UInt32
The activity sequence.