Enum SqlFileType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The file type for a SQL file.
public enum SqlFileType
Fields
FilestreamData = 3
The file is filestream data.
Log = 1
The file is a log file.
RowsData = 2
The file is rows data.
Unknown = 0
The file type is unknown.