次の方法で共有


RestorableDroppedDatabase.CreationDate プロパティ

定義

データベースの作成日を取得します (ISO8601 形式)。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象