Propriedade do RDL AutoCleanupChangeTrackingOptionDetail.IsOn
Gets or sets a value that indicates whether AUTO_CLEANUP is set to ON.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Property IsOn As Boolean
Get
Set
'Uso
Dim instance As AutoCleanupChangeTrackingOptionDetail
Dim value As Boolean
value = instance.IsOn
instance.IsOn = value
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)
Valor da propriedade
Tipo: System.Boolean
True if AUTO_CLEANUP was set to ON; otherwise, false.