Table.TrackColumnsUpdatedEnabled Property
Gets or sets a value that indicates whether the Database Engine track columns update is enabled.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.Deploy)> _
Public Property TrackColumnsUpdatedEnabled As Boolean
Get
Set
'Usage
Dim instance As Table
Dim value As Boolean
value = instance.TrackColumnsUpdatedEnabled
instance.TrackColumnsUpdatedEnabled = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.Deploy)]
public bool TrackColumnsUpdatedEnabled { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::Deploy)]
public:
virtual property bool TrackColumnsUpdatedEnabled {
bool get () sealed;
void set (bool value) sealed;
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.Deploy)>]
abstract TrackColumnsUpdatedEnabled : bool with get, set
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.Deploy)>]
override TrackColumnsUpdatedEnabled : bool with get, set
final function get TrackColumnsUpdatedEnabled () : boolean
final function set TrackColumnsUpdatedEnabled (value : boolean)
Property Value
Type: System.Boolean
true if the Database Engine track columns update is enabled; otherwise, false.
Implements
ITableOptions.TrackColumnsUpdatedEnabled
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace