Condividi tramite


Proprietà ITableOptions.ChangeTrackingEnabled

Gets or sets the Boolean value that determines whether change tracking is enabled on the table.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<DisplayNameKeyAttribute("Table_ChangeTrackingEnabledName")> _
<DisplayDescriptionKeyAttribute("Table_ChangeTrackingEnabledDesc")> _
Property ChangeTrackingEnabled As Boolean 
    Get 
    Set
'Utilizzo
Dim instance As ITableOptions 
Dim value As Boolean 

value = instance.ChangeTrackingEnabled

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

Valore proprietà

Tipo: System.Boolean
A Boolean value that determines whether change tracking is enabled on the table.If True, change tracking is enabled on the table. Otherwise, False.

Vedere anche

Riferimento

ITableOptions Interfaccia

Spazio dei nomi Microsoft.SqlServer.Management.Smo