AlterIndexType 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.
The possible alter index types.
public enum AlterIndexType
type AlterIndexType =
Public Enum AlterIndexType
- Inheritance
-
AlterIndexType
Fields
Name | Value | Description |
---|---|---|
Rebuild | 0 | |
Disable | 1 | |
Reorganize | 2 | |
Set | 3 | |
UpdateSelectiveXmlPaths | 4 | |
Abort | 5 | |
Pause | 6 | |
Resume | 7 |