次の方法で共有


DatabaseUpdate.PausedDate プロパティ

定義

ユーザー構成またはアクション (ISO8601 形式) によってデータベースが一時停止された日付を取得します。 データベースの準備ができた場合は Null。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象