Share via


É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 (en 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.

Notes

The IndexOperation enumeration class is served by the Alter method