SimpleAlterFullTextIndexActionKind 列舉
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. |