Partager via


AutoCleanupChangeTrackingOptionDetail.IsOn, propriété

Obtient ou définit si AUTO_CLEANUP a la valeur ON.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
Public Property IsOn As Boolean
    Get
    Set
public bool IsOn { get; set; }
public:
property bool IsOn {
    bool get ();
    void set (bool value);
}
member IsOn : bool with get, set
function get IsOn () : boolean
function set IsOn (value : boolean)

Valeur de propriété

Type : System.Boolean
Retourne la valeur True si AUTO_CLEANUP a la valeur ON ; sinon, False.

Sécurité .NET Framework

Voir aussi

Référence

AutoCleanupChangeTrackingOptionDetail Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms