Udostępnij przez


IDatabaseOptions.ChangeTrackingEnabled Property

This property is not CLS-compliant.

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

Syntax

'Deklaracja
<DisplayNameKeyAttribute("Database_ChangeTrackingEnabledName")> _
<DisplayDescriptionKeyAttribute("Database_ChangeTrackingEnabledDesc")> _
Property ChangeTrackingEnabled As Boolean
[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);
}
/** @property */
boolean get_ChangeTrackingEnabled ()

/** @property */
void set_ChangeTrackingEnabled (boolean value)
function get ChangeTrackingEnabled () : boolean

function set ChangeTrackingEnabled (value : boolean)

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.