次の方法で共有


SecurityEvent.SecurityEventType プロパティ

定義

セキュリティ イベントの種類を取得します。 使用できる値は、'Undefined'、'SqlInjectionVulnerability'、'SqlInjectionExploit' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.securityEventType")]
public Microsoft.Azure.Management.Sql.Models.SecurityEventType? SecurityEventType { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.securityEventType")>]
member this.SecurityEventType : Nullable<Microsoft.Azure.Management.Sql.Models.SecurityEventType>
Public ReadOnly Property SecurityEventType As Nullable(Of SecurityEventType)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象