次の方法で共有


ManagedDatabase.CreationDate プロパティ

定義

データベースの作成日を取得します。

[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

適用対象