Condividi tramite


Proprietà AutoCleanupChangeTrackingOptionDetail.IsOn

Ottiene o imposta un valore che indica se AUTO_CLEANUP è impostato su ON.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.Boolean
Restituisce true se AUTO_CLEANUP è stato impostato su ON; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

AutoCleanupChangeTrackingOptionDetail Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql