IndexOperation Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
specifies what operation to perform on an index alter
C#
public enum IndexOperation
type IndexOperation =
Public Enum IndexOperation
- Inheritance
-
IndexOperation
Name | Value | Description |
---|---|---|
Rebuild | 0 | The index will be rebuilt with the current property-settings. |
Reorganize | 1 | The index will be reorganized with the current property-settings. |
Disable | 2 | The Index will be disabled. |
Producto | Versiones |
---|---|
Microsoft.SqlServer.SqlManagementObjects | 150.18208.0, 160.2004021.0 |