Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |