IndexType Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
L’énumération spécifie le type de l’index.
[System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.IndexTypeConverter))]
public enum IndexType
[<System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.IndexTypeConverter))>]
type IndexType =
Public Enum IndexType
- Héritage
-
IndexType
- Attributs
Champs
| Nom | Valeur | Description |
|---|---|---|
| ClusteredIndex | 0 | Index cluster. |
| NonClusteredIndex | 1 | Index non cluster. |
| PrimaryXmlIndex | 2 | Index XML principal. |
| SecondaryXmlIndex | 3 | Index XML secondaire. |
| SpatialIndex | 4 | Index spatial. |
| NonClusteredColumnStoreIndex | 5 | Index Columnstore non cluster. |
| NonClusteredHashIndex | 6 | Index de hachage non cluster. |
| SelectiveXmlIndex | 7 | Index Xml sélectif principal. |
| SecondarySelectiveXmlIndex | 8 | Index Xml sélectif secondaire. |
| ClusteredColumnStoreIndex | 9 | Index Columnstore cluster. |
| HeapIndex | 10 | Index du tas. |