IndexOptionKind 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
可能的索引选项。
public enum IndexOptionKind
type IndexOptionKind =
Public Enum IndexOptionKind
- 继承
-
IndexOptionKind
字段
| 名称 | 值 | 说明 |
|---|---|---|
| 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 |