Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets a value that indicates whether the Database Engine (Datenbankmodul) 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)
Eigenschaftswert
Typ: System.Boolean
true if the Database Engine (Datenbankmodul) track columns update is enabled; otherwise, false.
Implementiert
ITableOptions.TrackColumnsUpdatedEnabled
Siehe auch
Verweis
Microsoft.SqlServer.Management.Smo-Namespace