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