IndexEnableAction Enumeration
The IndexEnableAction enumeration contains values that are used to specify the action that is taken on an index when it is enabled after having been disabled.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
| Member name | Description | |
|---|---|---|
| Rebuild | The index is rebuilt. | |
| Recreate | The index is recreated. |
The IndexEnableAction enumeration class is served by the Enable method and the EnableAllIndexes method.
Show: