Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Specifies the type of an index.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
Syntax
'Declaration
Public Enumeration IndexType
'Usage
Dim instance As IndexType
public enum IndexType
public enum class IndexType
type IndexType
public enum IndexType
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| 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. |