SimpleAlterFullTextIndexActionKind Enum
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
C#
public enum SimpleAlterFullTextIndexActionKind
type SimpleAlterFullTextIndexActionKind =
Public Enum SimpleAlterFullTextIndexActionKind
- Inheritance
-
SimpleAlterFullTextIndexActionKind
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 |
منتج | الإصدارات |
---|---|
Microsoft.SQLServer.DacFx | 140.3881.1, 150.18208.0, 160.2004021.0, 161.6374.0, 161 |