IndexType 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
列舉指定了指數的類型。
[System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.IndexTypeConverter))]
public enum IndexType
[<System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.IndexTypeConverter))>]
type IndexType =
Public Enum IndexType
- 繼承
-
IndexType
- 屬性
欄位
| 名稱 | 值 | Description |
|---|---|---|
| ClusteredIndex | 0 | 分群指數。 |
| NonClusteredIndex | 1 | 非聚類指數。 |
| PrimaryXmlIndex | 2 | 主要 XML 索引。 |
| SecondaryXmlIndex | 3 | 次要 XML 索引。 |
| SpatialIndex | 4 | 空間索引。 |
| NonClusteredColumnStoreIndex | 5 | 非叢集欄位資料庫索引。 |
| NonClusteredHashIndex | 6 | 非叢集雜湊指數。 |
| SelectiveXmlIndex | 7 | 主要選擇性 XML 索引。 |
| SecondarySelectiveXmlIndex | 8 | 次級選擇性 XML 索引。 |
| ClusteredColumnStoreIndex | 9 | Clustered Columnstore Index。 |
| HeapIndex | 10 | 堆疊索引。 |