TrackColumnsUpdatedEnabled 属性
Indicates whether the 数据库引擎 tracks which columns were updated
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
<SfcPropertyAttribute> _
Public Property TrackColumnsUpdatedEnabled As Boolean
Get
Set
用法
Dim instance As Table
Dim value As Boolean
value = instance.TrackColumnsUpdatedEnabled
instance.TrackColumnsUpdatedEnabled = value
[SfcPropertyAttribute]
public bool TrackColumnsUpdatedEnabled { get; set; }
[SfcPropertyAttribute]
public:
virtual property bool TrackColumnsUpdatedEnabled {
bool get () sealed;
void set (bool value) sealed;
}
[<SfcPropertyAttribute>]
abstract TrackColumnsUpdatedEnabled : bool with get, set
[<SfcPropertyAttribute>]
override TrackColumnsUpdatedEnabled : bool with get, set
final function get TrackColumnsUpdatedEnabled () : boolean
final function set TrackColumnsUpdatedEnabled (value : boolean)