Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Represents the types of alter fulltext index actions.
Espace de noms : Microsoft.SqlServer.TransactSql.ScriptDom
Assembly : Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntaxe
'Déclaration
Public Enumeration SimpleAlterFullTextIndexActionKind
'Utilisation
Dim instance As SimpleAlterFullTextIndexActionKind
public enum SimpleAlterFullTextIndexActionKind
public enum class SimpleAlterFullTextIndexActionKind
type SimpleAlterFullTextIndexActionKind
public enum SimpleAlterFullTextIndexActionKind
Membres
| Nom de membre | 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. |