Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Specifies the type of an index.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)
Syntaxe
'Déclaration
Public Enumeration IndexType
'Utilisation
Dim instance As IndexType
public enum IndexType
public enum class IndexType
type IndexType
public enum IndexType
Membres
| Nom de membre | Description | |
|---|---|---|
| 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. |