ITableOptions.ChangeTrackingEnabled 속성

Gets or sets the Boolean value that determines whether change tracking is enabled on the table.

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

구문

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

value = instance.ChangeTrackingEnabled

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

속성 값

유형: System.Boolean
A Boolean value that determines whether change tracking is enabled on the table.If True, change tracking is enabled on the table. Otherwise, False.

참고 항목

참조

ITableOptions 인터페이스

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