Partager via


TrackColumnsUpdatedEnabled propriété

Indicates whether the Moteur de base de données tracks which columns were updated

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

Syntaxe

'Déclaration
<SfcPropertyAttribute> _
Public Property TrackColumnsUpdatedEnabled As Boolean
    Get
    Set
'Utilisation
Dim instance As Table
Dim value As Boolean

value = instance.TrackColumnsUpdatedEnabled

instance.TrackColumnsUpdatedEnabled = value
[SfcPropertyAttribute]
public bool TrackColumnsUpdatedEnabled { get; set; }
[SfcPropertyAttribute]
public:
virtual property bool TrackColumnsUpdatedEnabled {
    bool get () sealed;
    void set (bool value) sealed;
}
[<SfcPropertyAttribute>]
abstract TrackColumnsUpdatedEnabled : bool with get, set
[<SfcPropertyAttribute>]
override TrackColumnsUpdatedEnabled : bool with get, set
final function get TrackColumnsUpdatedEnabled () : boolean
final function set TrackColumnsUpdatedEnabled (value : boolean)

Valeur de la propriété

Type : System. . :: . .Boolean
Boolean

Implémente

ITableOptions. . :: . .TrackColumnsUpdatedEnabled