Specifies the type of an index.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.SqlEnum(在 Microsoft.SqlServer.SqlEnum.dll 中)
语法
声明
Public Enumeration IndexType
用法
Dim instance As IndexType
public enum IndexType
public enum class IndexType
type IndexType
public enum IndexType
成员
| 成员名称 | 说明 | |
|---|---|---|
| ClusteredIndex | A clustered index. | |
| NonClusteredColumnStoreIndex | A non-clustered column store index. | |
| NonClusteredIndex | A non-clustered index. | |
| PrimaryXmlIndex | A primary XML index. | |
| SecondarySelectiveXmlIndex | A secondary selective XML index. | |
| SecondaryXmlIndex | A secondary XML index. | |
| SelectiveXmlIndex | A selective XML index. | |
| SpatialIndex | A spatial index. |