言語

LedgerTableType 列挙型

定義

台帳テーブルの種類

public enum LedgerTableType
type LedgerTableType = 
Public Enum LedgerTableType
継承
LedgerTableType

フィールド

名前 説明
None 0

台帳以外のテーブル

HistoryTable 1

システム バージョン管理テーブルの履歴テーブル。テンポラル テーブルの種類は履歴テーブルです

UpdatableLedgerTable 2

更新可能な台帳テーブル

AppendOnlyLedgerTable 3

システム バージョン管理テーブルではない AppendOnly 台帳テーブル

適用対象