Compartir a través de


AlterTableChangeTrackingModificationStatement.IsEnable Propiedad

Gets or sets a value that indicates whether the statement enables change tracking.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property IsEnable As Boolean 
    Get 
    Set
'Uso
Dim instance As AlterTableChangeTrackingModificationStatement 
Dim value As Boolean 

value = instance.IsEnable

instance.IsEnable = value
public bool IsEnable { get; set; }
public:
property bool IsEnable {
    bool get ();
    void set (bool value);
}
member IsEnable : bool with get, set
function get IsEnable () : boolean 
function set IsEnable (value : boolean)

Valor de la propiedad

Tipo: System.Boolean
true if the statement enables change tracking; otherwise, false.

Vea también

Referencia

AlterTableChangeTrackingModificationStatement Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom