SimpleAlterFullTextIndexActionKind 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
更改全文索引操作的类型
public enum SimpleAlterFullTextIndexActionKind
type SimpleAlterFullTextIndexActionKind =
Public Enum SimpleAlterFullTextIndexActionKind
- 继承
-
SimpleAlterFullTextIndexActionKind
字段
| 名称 | 值 | 说明 |
|---|---|---|
| None | 0 | |
| Enable | 1 | |
| Disable | 2 | |
| SetChangeTrackingManual | 3 | |
| SetChangeTrackingAuto | 4 | |
| SetChangeTrackingOff | 5 | |
| StartFullPopulation | 6 | |
| StartIncrementalPopulation | 7 | |
| StartUpdatePopulation | 8 | |
| StopPopulation | 9 | |
| PausePopulation | 10 | |
| ResumePopulation | 11 |