SimpleAlterFullTextIndexActionKind, énumération
Spécifie le genre d'action d'index.
Espace de noms : Microsoft.Data.Schema.ScriptDom.Sql
Assembly : Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntaxe
'Déclaration
Public Enumeration SimpleAlterFullTextIndexActionKind
public enum SimpleAlterFullTextIndexActionKind
public enum class SimpleAlterFullTextIndexActionKind
type SimpleAlterFullTextIndexActionKind
public enum SimpleAlterFullTextIndexActionKind
Membres
Nom de membre | Description | |
---|---|---|
None | Le genre est None. | |
Enable | Le genre est Enable. | |
Disable | Le genre est Disable. | |
SetChangeTrackingManual | Le genre est SetChangeTrackingManual. | |
SetChangeTrackingAuto | Le genre est SetChangeTrackingAuto. | |
SetChangeTrackingOff | Le genre est SetChangeTrackingOff. | |
StartFullPopulation | Le genre est StartFullPopulation. | |
StartIncrementalPopulation | Le genre est StartIncrementalPopulation. | |
StartUpdatePopulation | Le genre est StartUpdatePopulation. | |
StopPopulation | Le genre est StopPopulation. | |
PausePopulation | Le genre est PausePopulation. | |
ResumePopulation | Le genre est ResumePopulation. |