Database.ChangeTrackingEnabled Property
Gets or sets a 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.SqlAzureDatabase | SfcPropertyFlags.Deploy)>] abstract ChangeTrackingEnabled : bool with get, set [<SfcPropertyAttribute(SfcPropertyFlags.None | SfcPropertyFlags.Standalone | SfcPropertyFlags.SqlAzureDatabase | SfcPropertyFlags.Deploy)>] override ChangeTrackingEnabled : bool with get, set
Property Value
Type: System.BooleanA Boolean value that specifies whether the change tracking information is saved.
Implements
IDatabaseOptions.ChangeTrackingEnabledUse to enable or disable change tracking for the database. To enable change tracking, you must have permission to modify the database. Setting ChangeTrackingEnabled to True sets a database option that allows change tracking to be enabled on individual tables.
Show: