Compartir a través de


Enumeración IndexType

Specifies the type of an index.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)

Sintaxis

'Declaración
Public Enumeration IndexType
'Uso
Dim instance As IndexType
public enum IndexType
public enum class IndexType
type IndexType
public enum IndexType

Miembros

Nombre del miembro Descripción
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.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Management.Smo