WaitStatistic.UserId Property

Definition

Gets or sets database user identifier.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.userId")]
public long? UserId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.userId")>]
member this.UserId : Nullable<int64> with get, set
Public Property UserId As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to