次の方法で共有


DatabaseUpdate.ResumedDate プロパティ

定義

ユーザー アクションまたはデータベース ログイン (ISO8601 形式) によってデータベースが再開された日付を取得します。 データベースが一時停止されている場合は Null。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象