FileGroupType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Type of a filegroup file
[System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.FileGroupTypeConverter))]
public enum FileGroupType
[<System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.FileGroupTypeConverter))>]
type FileGroupType =
Public Enum FileGroupType
- Inheritance
-
FileGroupType
- Attributes
Fields
Name | Value | Description |
---|---|---|
RowsFileGroup | 0 | Standard rows file group |
FileStreamDataFileGroup | 2 | A FileGroup used for file stream data |
MemoryOptimizedDataFileGroup | 3 | A FileGroup used for memory optimized data |