Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Represents the types of alter fulltext index actions.
Espacio de nombres: Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado: Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxis
'Declaración
Public Enumeration SimpleAlterFullTextIndexActionKind
'Uso
Dim instance As SimpleAlterFullTextIndexActionKind
public enum SimpleAlterFullTextIndexActionKind
public enum class SimpleAlterFullTextIndexActionKind
type SimpleAlterFullTextIndexActionKind
public enum SimpleAlterFullTextIndexActionKind
Miembros
| Nombre del miembro | Descripción | |
|---|---|---|
| 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. |
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom