다음을 통해 공유


TrackColumnsUpdatedEnabled 속성

Indicates whether the 데이터베이스 엔진 tracks which columns were updated

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
<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)

속성 값

형식: System. . :: . .Boolean
Boolean

구현

ITableOptions. . :: . .TrackColumnsUpdatedEnabled