SimpleAlterFullTextIndexActionKind 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 types of alter fulltext index actions
public enum SimpleAlterFullTextIndexActionKind
type SimpleAlterFullTextIndexActionKind =
Public Enum SimpleAlterFullTextIndexActionKind
- Inheritance
-
SimpleAlterFullTextIndexActionKind
Fields
Name | Value | Description |
---|---|---|
None | 0 | |
Enable | 1 | |
Disable | 2 | |
SetChangeTrackingManual | 3 | |
SetChangeTrackingAuto | 4 | |
SetChangeTrackingOff | 5 | |
StartFullPopulation | 6 | |
StartIncrementalPopulation | 7 | |
StartUpdatePopulation | 8 | |
StopPopulation | 9 | |
PausePopulation | 10 | |
ResumePopulation | 11 |