Partager via


AlterTableChangeTrackingModificationStatement.IsEnable, propriété

Obtient ou définit si l'instruction active le suivi des modifications.

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

Valeur de propriété

Type : System.Boolean
Retourne la valeur True si l'instruction active le suivi des modifications ; sinon, False.

Sécurité .NET Framework

Voir aussi

Référence

AlterTableChangeTrackingModificationStatement Classe

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