次の方法で共有


Database.AutoPauseDelay プロパティ

定義

データベースが自動的に一時停止されるまでの時間を分単位で取得または設定します。 値 -1 は、自動一時停止が無効になっていることを意味します

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象