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)

Syntax

'Declaration
Public Enumeration ChangeTracking
public enum ChangeTracking
public enum class ChangeTracking
public enum ChangeTracking
public enum ChangeTracking

Members

Member name Description
Automatic Automatic (background) change tracking.
Manual Manual change tracking.
Off Change tracking is disabled.

Remarks

The ChangeTracking enumeration class is served by the ChangeTracking property.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

Microsoft.SqlServer.Management.Smo Namespace