IndexOperation Enumeration
The IndexOperation enumeration contains values that are used to specify index operations.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Sintassi
'Dichiarazione
Public Enumeration IndexOperation
public enum IndexOperation
public enum class IndexOperation
public enum IndexOperation
public enum IndexOperation
Members
Member name | Description |
---|---|
Disable | Disables the index. |
Rebuild | Rebuilds the index. |
Reorganize | Reorganizes the index. |
Osservazioni
The IndexOperation enumeration class is served by the Alter method
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.