IndexEnableAction 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 how an index should be re-enabled
public enum IndexEnableAction
type IndexEnableAction =
Public Enum IndexEnableAction
- Inheritance
-
IndexEnableAction
Fields
Rebuild | 1 | The index will be rebuilt with the current property-settings |
Recreate | 2 | The existing index will be dropped and recreated with the current property-settings. |