次の方法で共有


DatabaseOperation.ErrorSeverity プロパティ

定義

操作エラーの重大度を取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.errorSeverity")]
public int? ErrorSeverity { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.errorSeverity")>]
member this.ErrorSeverity : Nullable<int>
Public ReadOnly Property ErrorSeverity As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象