Expand Minimize
This topic has not yet been rated - Rate this topic

IndexType Enumeration

SQL Server 2012

Specifies the type of an index.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
public enum IndexType
Member nameDescription
ClusteredIndexA clustered index.
NonClusteredIndexA non-clustered index.
PrimaryXmlIndexA primary XML index.
SecondaryXmlIndexA secondary XML index.
SpatialIndexA spatial index.
NonClusteredColumnStoreIndexA non-clustered column store index.
SelectiveXmlIndexA selective XML index.
SecondarySelectiveXmlIndexA secondary selective XML index.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.