IndexOperation Enum
Definition
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
public enum IndexOperation
type IndexOperation =
Public Enum IndexOperation
- Inheritance
-
IndexOperation
Fields
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. |