Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents an activity identifier.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.XEvent.ActivityId
Namespace: Microsoft.SqlServer.XEvent
Assembly: Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class ActivityId
'Usage
Dim instance As ActivityId
[SerializableAttribute]
public class ActivityId
[SerializableAttribute]
public ref class ActivityId
[<SerializableAttribute>]
type ActivityId = class end
public class ActivityId
The ActivityId type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ActivityId | Initializes a new instance of the ActivityId class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Id | Gets the activity identifier. |
![]() |
Sequence | Gets the activity sequence. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | Determines whether the specified activity is equal to the current activity. (Overrides Object.Equals(Object).) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | Gets the hash code for the current activity. (Overrides Object.GetHashCode().) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | Returns a string representation of the current activity. (Overrides Object.ToString().) |
Top
Operators
Name | Description | |
---|---|---|
![]() ![]() |
Equality | Determines whether the two instances of activity are equal. |
![]() ![]() |
Inequality | Determines whether the two instances of activity are not equal. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.