QueryStatisticsProperties.DatabaseName Property

Definition

Gets database name of the database in which this query was executed.

[Newtonsoft.Json.JsonProperty(PropertyName="databaseName")]
public string DatabaseName { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="databaseName")>]
member this.DatabaseName : string
Public ReadOnly Property DatabaseName As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to