次の方法で共有


MaintenanceWindowOptions.MinCycles プロパティ

定義

データベースに設定するメンテナンス期間の最小サイクル数を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象