次の方法で共有


RestorableDroppedSqlPool.DeletionDate プロパティ

定義

データベースの削除日を取得します (ISO8601 形式)

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象