ITableOptions.TrackColumnsUpdatedEnabled 속성

Gets the Boolean value that determines whether column updates in the table are tracked.

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

구문

‘선언
<DisplayDescriptionKeyAttribute("Table_TrackColumnsUpdatedEnabledDesc")> _
<DisplayNameKeyAttribute("Table_TrackColumnsUpdatedEnabledName")> _
Property TrackColumnsUpdatedEnabled As Boolean 
    Get 
    Set
‘사용 방법
Dim instance As ITableOptions 
Dim value As Boolean 

value = instance.TrackColumnsUpdatedEnabled

instance.TrackColumnsUpdatedEnabled = value
[DisplayDescriptionKeyAttribute("Table_TrackColumnsUpdatedEnabledDesc")]
[DisplayNameKeyAttribute("Table_TrackColumnsUpdatedEnabledName")]
bool TrackColumnsUpdatedEnabled { get; set; }
[DisplayDescriptionKeyAttribute(L"Table_TrackColumnsUpdatedEnabledDesc")]
[DisplayNameKeyAttribute(L"Table_TrackColumnsUpdatedEnabledName")]
property bool TrackColumnsUpdatedEnabled {
    bool get ();
    void set (bool value);
}
[<DisplayDescriptionKeyAttribute("Table_TrackColumnsUpdatedEnabledDesc")>]
[<DisplayNameKeyAttribute("Table_TrackColumnsUpdatedEnabledName")>]
abstract TrackColumnsUpdatedEnabled : bool with get, set
function get TrackColumnsUpdatedEnabled () : boolean 
function set TrackColumnsUpdatedEnabled (value : boolean)

속성 값

유형: System.Boolean
A Boolean value that determines whether column updates in the table are tracked.If True, the column updates in the table are tracked. Otherwise, False.

참고 항목

참조

ITableOptions 인터페이스

Microsoft.SqlServer.Management.Smo 네임스페이스