ITableOptions.TrackColumnsUpdatedEnabled Property
Gets the Boolean value that determines whether column updates in the table are tracked. This property is not CLS-compliant.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
<DisplayDescriptionKeyAttribute("Table_TrackColumnsUpdatedEnabledDesc")> _
<DisplayNameKeyAttribute("Table_TrackColumnsUpdatedEnabledName")> _
Property TrackColumnsUpdatedEnabled As Boolean
[DisplayDescriptionKeyAttribute("Table_TrackColumnsUpdatedEnabledDesc")]
[DisplayNameKeyAttribute("Table_TrackColumnsUpdatedEnabledName")]
bool TrackColumnsUpdatedEnabled { get; set; }
[DisplayDescriptionKeyAttribute(L"Table_TrackColumnsUpdatedEnabledDesc")]
[DisplayNameKeyAttribute(L"Table_TrackColumnsUpdatedEnabledName")]
property bool TrackColumnsUpdatedEnabled {
bool get ();
void set (bool value);
}
/** @property */
boolean get_TrackColumnsUpdatedEnabled ()
/** @property */
void set_TrackColumnsUpdatedEnabled (boolean value)
function get TrackColumnsUpdatedEnabled () : boolean
function set TrackColumnsUpdatedEnabled (value : boolean)
Property Value
A Boolean value that determines whether column updates in the table are tracked. If True, the column updates in the table are tracked. 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.