SqlIndexOptionType 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public enum SqlIndexOptionType
type SqlIndexOptionType =
Public Enum SqlIndexOptionType
- 繼承
-
SqlIndexOptionType
欄位
| 名稱 | 值 | Description |
|---|---|---|
| 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 |