ITableOptions.FakeSystemTable 속성

Gets the Boolean value that determines whether the table references a system table.

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

구문

‘선언
<DisplayNameKeyAttribute("Table_FakeSystemTableName")> _
<DisplayDescriptionKeyAttribute("Table_FakeSystemTableDesc")> _
ReadOnly Property FakeSystemTable As Boolean 
    Get
‘사용 방법
Dim instance As ITableOptions 
Dim value As Boolean 

value = instance.FakeSystemTable
[DisplayNameKeyAttribute("Table_FakeSystemTableName")]
[DisplayDescriptionKeyAttribute("Table_FakeSystemTableDesc")]
bool FakeSystemTable { get; }
[DisplayNameKeyAttribute(L"Table_FakeSystemTableName")]
[DisplayDescriptionKeyAttribute(L"Table_FakeSystemTableDesc")]
property bool FakeSystemTable {
    bool get ();
}
[<DisplayNameKeyAttribute("Table_FakeSystemTableName")>]
[<DisplayDescriptionKeyAttribute("Table_FakeSystemTableDesc")>]
abstract FakeSystemTable : bool
function get FakeSystemTable () : boolean

속성 값

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

참고 항목

참조

ITableOptions 인터페이스

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