Partager via


Propriété ActivityId.Sequence

Gets the activity sequence.

Espace de noms :  Microsoft.SqlServer.XEvent
Assembly :  Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)

Syntaxe

'Déclaration
Public Property Sequence As UInteger 
    Get 
    Friend Set
'Utilisation
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)

Valeur de propriété

Type : System.UInt32
The activity sequence.

Voir aussi

Référence

ActivityId Classe

Espace de noms Microsoft.SqlServer.XEvent