Partilhar via


Propriedade AlterTableChangeTrackingModificationStatement.IsEnable

Obtém ou define se a instrução ativa o controle de alterações.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxe

'Declaração
Public Property IsEnable As Boolean
    Get
    Set
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 propriedade

Tipo: System.Boolean
Retorna VERDADEIRO se a instrução ativa o controle de alterações, FALSO caso contrário.

Segurança do .NET Framework

Consulte também

Referência

AlterTableChangeTrackingModificationStatement Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql