Enum SqlFileGrowthType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The growth type for a SQL file.
public enum SqlFileGrowthType
Fields
KB = 1The growth type is KB (default).
None = 3The growth type is none.
Percent = 2The growth type is percent.
Unknown = 0The growth type is unknown.