Enum SqlTableDurabilityType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The durability type of the table.
public enum SqlTableDurabilityType
Fields
NotApplicable = 1
The durability type of the table is not applicable.
SchemaAndData = 3
The durability type of the table is durable (SCHEMA_AND_DATA).
SchemaOnly = 2
The durability type of the table is non-durable (SCHEMA_ONLY).
Unknown = 0
The durability type of the table is unknown.