Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies whether changes (updates, deletes, or inserts) made to table columns that are covered by the full-text index will be propagated by SQL Server to the full-text index.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Enumeration SqlChangeTrackingOption
public enum SqlChangeTrackingOption
public enum class SqlChangeTrackingOption
type SqlChangeTrackingOption
public enum SqlChangeTrackingOption
Members
Member name | Description | |
---|---|---|
Unknown | Specifies that the change tracking option value is unknown. | |
Auto | Specifies that changes are propagated automatically. | |
Manual | Specifies that you must manually propagate changes. | |
Off | Specifies that changes are not propagated. | |
OffNoPopulation | Specifies that no population of the index occurs until an ALTER FULLTEXT INDEX...START POPULATION statement is issued. |