次の方法で共有


SqlFilter.CompatibilityLevel プロパティ

定義

このプロパティは、将来使用するために予約されている値を取得または設定します。 互換性レベルを示す整数値。現在は 20 にハードコーディングされています。

[Newtonsoft.Json.JsonProperty(PropertyName="compatibilityLevel")]
public int? CompatibilityLevel { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="compatibilityLevel")>]
member this.CompatibilityLevel : Nullable<int> with get, set
Public Property CompatibilityLevel As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象