共用方式為


AlterTableChangeTrackingModificationStatement.IsEnable 屬性

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

命名空間:  Microsoft.SqlServer.TransactSql.ScriptDom
組件:  Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

語法

'宣告
Public Property IsEnable As Boolean 
    Get 
    Set
'用途
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)

屬性值

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

請參閱

參考

AlterTableChangeTrackingModificationStatement 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間