IndexType Enumeration
Specifies the type of an index.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
Syntax
'Bildirim
Public Enumeration IndexType
'Kullanım
Dim instance As IndexType
public enum IndexType
public enum class IndexType
type IndexType
public enum IndexType
Members
Member name | Description | |
---|---|---|
ClusteredIndex | A clustered index. | |
NonClusteredIndex | A non-clustered index. | |
PrimaryXmlIndex | A primary XML index. | |
SecondaryXmlIndex | A secondary XML index. | |
SpatialIndex | A spatial index. | |
NonClusteredColumnStoreIndex | A non-clustered column store index. |