次の方法で共有


InstancePool.LicenseType プロパティ

定義

ライセンスの種類を取得または設定します。 使用可能な値は、'LicenseIncluded' (SQL ライセンスの価格が含まれています) と 'BasePrice' (SQL ライセンス価格なし) です。 使用可能な値は、'LicenseIncluded'、'BasePrice' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.licenseType")]
public string LicenseType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.licenseType")>]
member this.LicenseType : string with get, set
Public Property LicenseType As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象