共用方式為


Table.TrackColumnsUpdatedEnabled 屬性

Gets or sets a value that indicates whether the Database Engine track columns update is enabled.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.Deploy)> _
Public Property TrackColumnsUpdatedEnabled As Boolean 
    Get 
    Set
'用途
Dim instance As Table 
Dim value As Boolean 

value = instance.TrackColumnsUpdatedEnabled

instance.TrackColumnsUpdatedEnabled = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.Deploy)]
public bool TrackColumnsUpdatedEnabled { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::Deploy)]
public:
virtual property bool TrackColumnsUpdatedEnabled {
    bool get () sealed;
    void set (bool value) sealed;
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.Deploy)>]
abstract TrackColumnsUpdatedEnabled : bool with get, set
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.Deploy)>]
override TrackColumnsUpdatedEnabled : bool with get, set
final function get TrackColumnsUpdatedEnabled () : boolean 
final function set TrackColumnsUpdatedEnabled (value : boolean)

屬性值

型別:System.Boolean
true if the Database Engine track columns update is enabled; otherwise, false.

實作

ITableOptions.TrackColumnsUpdatedEnabled

請參閱

參考

Table 類別

Microsoft.SqlServer.Management.Smo 命名空間

其他資源

CREATE TABLE (Transact-SQL)