Condividi tramite


ChangeTracking Enumeration

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

Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)

Sintassi

'Dichiarazione
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.

Osservazioni

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.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

Microsoft.SqlServer.Management.Smo Namespace