Udostępnij za pośrednictwem


Właściwość TrackColumnsUpdatedEnabled

Pobiera Boolean wartość, która określa, czy aktualizacje kolumna w tabela są śledzone.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Syntax

'Deklaracja
<DisplayDescriptionKeyAttribute("Table_TrackColumnsUpdatedEnabledDesc")> _
<DisplayNameKeyAttribute("Table_TrackColumnsUpdatedEnabledName")> _
Property TrackColumnsUpdatedEnabled As Boolean
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: System. . :: . .Boolean
A Boolean wartość, która określa, czy aktualizacje kolumna w tabela są śledzone.
Jeśli True, są śledzone aktualizacji kolumna w tabela. W przeciwnym razie jest używana wartość False.