xSQL Schema Compare SDK for SQL Server version 12
FullTextChangeTrackingEnum Enumeration


Specifies the change tracking option for a full-text index.
Syntax
'Declaration
 
Public Enum FullTextChangeTrackingEnum 
   Inherits System.Enum
public enum FullTextChangeTrackingEnum : System.Enum 
__value public enum FullTextChangeTrackingEnum : public System.Enum 
Members
MemberDescription
Auto SQL Server automatically updates the full-text index as the data changes in the associated table.
Manual Changes are applied manually to the full-text index.
Off The full-text index does not get populated with the changes in the associated table.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         xSQL.Schema.SqlServer.FullTextChangeTrackingEnum

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

xSQL.Schema.SqlServer Namespace

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback