Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Represents the types of alter fulltext index actions.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Enumeration SimpleAlterFullTextIndexActionKind
'Uso
Dim instance As SimpleAlterFullTextIndexActionKind
public enum SimpleAlterFullTextIndexActionKind
public enum class SimpleAlterFullTextIndexActionKind
type SimpleAlterFullTextIndexActionKind
public enum SimpleAlterFullTextIndexActionKind
Membros
| Nome do membro | Descrição | |
|---|---|---|
| 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. |