Compartir a través de


TrackColumnsUpdatedEnabled Propiedad

Indicates whether the Database Engine (Motor de base de datos) tracks which columns were updated

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute> _
Public Property TrackColumnsUpdatedEnabled As Boolean
    Get
    Set
'Uso
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)

Valor de la propiedad

Tipo: System. . :: . .Boolean
Boolean

Implementa

ITableOptions. . :: . .TrackColumnsUpdatedEnabled