Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| 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. |