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.