ITableOptions.ChangeTrackingEnabled Property
Gets or sets the Boolean value that determines whether change tracking is enabled on the table. This property is not CLS-compliant.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
<DisplayDescriptionKeyAttribute("Table_ChangeTrackingEnabledDesc")> _
<DisplayNameKeyAttribute("Table_ChangeTrackingEnabledName")> _
Property ChangeTrackingEnabled As Boolean
[DisplayDescriptionKeyAttribute("Table_ChangeTrackingEnabledDesc")]
[DisplayNameKeyAttribute("Table_ChangeTrackingEnabledName")]
bool ChangeTrackingEnabled { get; set; }
[DisplayDescriptionKeyAttribute(L"Table_ChangeTrackingEnabledDesc")]
[DisplayNameKeyAttribute(L"Table_ChangeTrackingEnabledName")]
property bool ChangeTrackingEnabled {
bool get ();
void set (bool value);
}
/** @property */
boolean get_ChangeTrackingEnabled ()
/** @property */
void set_ChangeTrackingEnabled (boolean value)
function get ChangeTrackingEnabled () : boolean
function set ChangeTrackingEnabled (value : boolean)
Property Value
A Boolean value that determines whether change tracking is enabled on the table. If True, change tracking is enabled on the table. Otherwise, False.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.