Énumération IndexOperation
The IndexOperation enumeration contains values that are used to specify index operations.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Enumeration IndexOperation
'Utilisation
Dim instance As IndexOperation
public enum IndexOperation
public enum class IndexOperation
type IndexOperation
public enum IndexOperation
Membres
| Nom de membre | Description | |
|---|---|---|
| Rebuild | Rebuilds the index. | |
| Reorganize | Reorganizes the index. | |
| Disable | Disables the index. |