AlterIndexType Enumeration

The possible alter index types.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Enumeration AlterIndexType
'Usage
Dim instance As AlterIndexType
public enum AlterIndexType
public enum class AlterIndexType
type AlterIndexType
public enum AlterIndexType

Members

Member name Description
Disable Alteration is Disable.
Rebuild Alteration is Rebuild.
Reorganize Alteration is Reorganize.
Set Alteration is Set.
UpdateSelectiveXmlPaths Alteration is UpdateSelectiveXmlPaths.

See Also

Reference

Microsoft.SqlServer.TransactSql.ScriptDom Namespace