IndexOptionKind 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.
The possible index options.
public enum IndexOptionKind
type IndexOptionKind =
Public Enum IndexOptionKind
- Inheritance
-
IndexOptionKind
Fields
Name | Value | Description |
---|---|---|
PadIndex | 0 | |
FillFactor | 1 | |
SortInTempDB | 2 | |
IgnoreDupKey | 3 | |
StatisticsNoRecompute | 4 | |
DropExisting | 5 | |
Online | 6 | |
AllowRowLocks | 7 | |
AllowPageLocks | 8 | |
MaxDop | 9 | |
LobCompaction | 10 | |
FileStreamOn | 11 | |
DataCompression | 12 | |
MoveTo | 13 | |
BucketCount | 14 | |
StatisticsIncremental | 15 | |
Order | 16 | |
CompressAllRowGroups | 17 | |
CompressionDelay | 18 | |
Resumable | 19 | |
MaxDuration | 20 | |
WaitAtLowPriority | 21 | |
OptimizeForSequentialKey | 22 | |
XmlCompression | 23 |