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. |