共用方式為


ActivityId.Sequence 屬性

Gets the activity sequence.

命名空間:  Microsoft.SqlServer.XEvent
組件:  Microsoft.SqlServer.XEvent.Linq (在 Microsoft.SqlServer.XEvent.Linq.dll 中)

語法

'宣告
Public Property Sequence As UInteger 
    Get 
    Friend Set
'用途
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)

屬性值

型別:System.UInt32
The activity sequence.

請參閱

參考

ActivityId 類別

Microsoft.SqlServer.XEvent 命名空間