次の方法で共有


ServerVersionCapability.SupportedEditions プロパティ

定義

サポートされているデータベース エディションの一覧を取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="supportedEditions")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.EditionCapability> SupportedEditions { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="supportedEditions")>]
member this.SupportedEditions : System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.EditionCapability>
Public ReadOnly Property SupportedEditions As IList(Of EditionCapability)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象