Database.ChangeTrackingEnabled Property
SQL Server 2008 R2
Gets or sets a property value that specifies whether the CHANGE_TRACKING_VALUE option is enabled
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.Deploy)] public bool ChangeTrackingEnabled { get; set; }
Property Value
Type: System.BooleanA Boolean value that specifies whether change tracking information is saved .
