Enumeração IndexOperation

The IndexOperation enumeration contains values that are used to specify index operations.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Enumeration IndexOperation
'Uso
Dim instance As IndexOperation
public enum IndexOperation
public enum class IndexOperation
type IndexOperation
public enum IndexOperation

Membros

Nome do membro Descrição
Rebuild Rebuilds the index.
Reorganize Reorganizes the index.
Disable Disables the index.

Comentários

The IndexOperation enumeration class is served by the Alter method

Consulte também

Referência