Propriété Table.TrackColumnsUpdatedEnabled

Gets or sets a value that indicates whether the Moteur de base de données track columns update is enabled.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.Deploy)> _
Public Property TrackColumnsUpdatedEnabled As Boolean 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.Boolean
true if the Moteur de base de données track columns update is enabled; otherwise, false.

Implémente

ITableOptions.TrackColumnsUpdatedEnabled

Voir aussi

Référence

Table Classe

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

CREATE TABLE (Transact-SQL)