Represents the types of alter fulltext index actions.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Enumeration SimpleAlterFullTextIndexActionKind
用法
Dim instance As SimpleAlterFullTextIndexActionKind
public enum SimpleAlterFullTextIndexActionKind
public enum class SimpleAlterFullTextIndexActionKind
type SimpleAlterFullTextIndexActionKind
public enum SimpleAlterFullTextIndexActionKind
成员
| 成员名称 | 说明 | |
|---|---|---|
| Disable | The kind is Disable. | |
| Enable | The kind is Enable. | |
| None | The kind is None. | |
| PausePopulation | The kind is PausePopulation. | |
| ResumePopulation | The kind is ResumePopulation. | |
| SetChangeTrackingAuto | The kind is SetChangeTrackingAuto. | |
| SetChangeTrackingManual | The kind is SetChangeTrackingManual. | |
| SetChangeTrackingOff | The kind is SetChangeTrackingOff. | |
| StartFullPopulation | The kind is StartFullPopulation. | |
| StartIncrementalPopulation | The kind is StartIncrementalPopulation. | |
| StartUpdatePopulation | The kind is StartUpdatePopulation. | |
| StopPopulation | The kind is StopPopulation. |