SqlIndexOptionType 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public enum SqlIndexOptionType
type SqlIndexOptionType =
Public Enum SqlIndexOptionType
- 继承
-
SqlIndexOptionType
字段
| 名称 | 值 | 说明 |
|---|---|---|
| Invalid | 0 | |
| AllowPageLocks | 1 | |
| AllowRowLocks | 2 | |
| DataCompression | 3 | |
| DropExisting | 4 | |
| FillFactor | 5 | |
| IgnoreDupKey | 6 | |
| MaxDegreeOfParallelism | 7 | |
| Online | 8 | |
| PadIndex | 9 | |
| SortedData | 10 | |
| SortedDataReorg | 11 | |
| StatisticsIncremental | 12 | |
| SortInTempDb | 13 | |
| StatisticsNoRecompute | 14 | |
| StatisticsOnly | 15 | |
| BucketCount | 16 | |
| CompressionDelay | 17 | |
| Resumable | 18 | |
| MaxDuration | 19 | |
| OptimizeForSequentialKey | 20 |