Table of Contents

Enum SqlDatabaseFileGroupType

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

The type of file group.

public enum SqlDatabaseFileGroupType

Fields

FileStreamDataFileGroup = 2

The file group type is FILESTREAM file group.

MemoryOptimizedDataFileGroup = 3

The file group type is a memory optimized data file group.

RowsFileGroup = 1

The file group type is a standard file group.

Unknown = 0

The file group type is unknown.