Aracılığıyla paylaş


IDatabaseOptions.ChangeTrackingEnabled Property

Gets or sets a value indicating whether change tracking is enabled.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Bildirim
<DisplayNameKeyAttribute("Database_ChangeTrackingEnabledName")> _
<DisplayDescriptionKeyAttribute("Database_ChangeTrackingEnabledDesc")> _
Property ChangeTrackingEnabled As Boolean
    Get
    Set
'Kullanım
Dim instance As IDatabaseOptions
Dim value As Boolean

value = instance.ChangeTrackingEnabled

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

Property Value

Type: System.Boolean
A Boolean value that specifies whether change tracking information is supported by the database.
If True, change tracking is enabled.
If False (default), change tracking information is not enabled.

See Also

Reference

IDatabaseOptions Interface

Microsoft.SqlServer.Management.Smo Namespace