Expand Minimize
This topic has not yet been rated - Rate this topic

ChangeTracking Enumeration

The ChangeTracking enumeration contains values that are used to specify change tracking in a full-text index.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
public enum ChangeTracking
Member nameDescription
OffChange tracking is disabled.
AutomaticAutomatic (background) change tracking.
ManualManual change tracking.

The ChangeTracking enumeration class is served by the ChangeTracking property.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.