IndexType 列舉

定義

列舉指定了指數的類型。

[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

堆疊索引。

適用於