Enum SqlDatabaseFileGroupType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The type of file group.
public enum SqlDatabaseFileGroupType
Fields
FileStreamDataFileGroup = 2The file group type is FILESTREAM file group.
MemoryOptimizedDataFileGroup = 3The file group type is a memory optimized data file group.
RowsFileGroup = 1The file group type is a standard file group.
Unknown = 0The file group type is unknown.