Share via


SqlServerVulnerabilityProperties.Query Property

Definition

Gets the T-SQL query that runs on your SQL database to perform the particular check

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to