次の方法で共有


Database.EarliestRestoreDate プロパティ

定義

このデータベースで復元が使用できる最も早い開始日と時刻を記録します (ISO8601 形式)。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.earliestRestoreDate")]
public DateTime? EarliestRestoreDate { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.earliestRestoreDate")>]
member this.EarliestRestoreDate : Nullable<DateTime>
Public ReadOnly Property EarliestRestoreDate As Nullable(Of DateTime)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象