Compartir a través de


ITableOptions.TrackColumnsUpdatedEnabled Propiedad

Gets the Boolean value that determines whether column updates in the table are tracked.

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

Sintaxis

'Declaración
<DisplayDescriptionKeyAttribute("Table_TrackColumnsUpdatedEnabledDesc")> _
<DisplayNameKeyAttribute("Table_TrackColumnsUpdatedEnabledName")> _
Property TrackColumnsUpdatedEnabled As Boolean 
    Get 
    Set
'Uso
Dim instance As ITableOptions 
Dim value As Boolean 

value = instance.TrackColumnsUpdatedEnabled

instance.TrackColumnsUpdatedEnabled = value
[DisplayDescriptionKeyAttribute("Table_TrackColumnsUpdatedEnabledDesc")]
[DisplayNameKeyAttribute("Table_TrackColumnsUpdatedEnabledName")]
bool TrackColumnsUpdatedEnabled { get; set; }
[DisplayDescriptionKeyAttribute(L"Table_TrackColumnsUpdatedEnabledDesc")]
[DisplayNameKeyAttribute(L"Table_TrackColumnsUpdatedEnabledName")]
property bool TrackColumnsUpdatedEnabled {
    bool get ();
    void set (bool value);
}
[<DisplayDescriptionKeyAttribute("Table_TrackColumnsUpdatedEnabledDesc")>]
[<DisplayNameKeyAttribute("Table_TrackColumnsUpdatedEnabledName")>]
abstract TrackColumnsUpdatedEnabled : bool with get, set
function get TrackColumnsUpdatedEnabled () : boolean 
function set TrackColumnsUpdatedEnabled (value : boolean)

Valor de la propiedad

Tipo: System.Boolean
A Boolean value that determines whether column updates in the table are tracked.If True, the column updates in the table are tracked. Otherwise, False.

Vea también

Referencia

ITableOptions Interfaz

Espacio de nombres Microsoft.SqlServer.Management.Smo