次の方法で共有


DatabaseUpdate.IsLedgerOn プロパティ

定義

このデータベースが台帳データベースであるかどうかを取得または設定します。つまり、データベース内のすべてのテーブルが台帳テーブルであることを意味します。 注: このプロパティの値は、データベースが作成された後は変更できません。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.isLedgerOn")]
public bool? IsLedgerOn { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.isLedgerOn")>]
member this.IsLedgerOn : Nullable<bool> with get, set
Public Property IsLedgerOn As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象