Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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. |