SimpleAlterFullTextIndexActionKind Enumeration

Represents the types of alter fulltext index actions.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Enumeration SimpleAlterFullTextIndexActionKind
'Usage
Dim instance As SimpleAlterFullTextIndexActionKind
public enum SimpleAlterFullTextIndexActionKind
public enum class SimpleAlterFullTextIndexActionKind
type SimpleAlterFullTextIndexActionKind
public enum SimpleAlterFullTextIndexActionKind

Members

Member name Description
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.

See Also

Reference

Microsoft.SqlServer.TransactSql.ScriptDom Namespace