Partilhar via


Propriedade do RDL ITableOptions.FakeSystemTable

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<DisplayNameKeyAttribute("Table_FakeSystemTableName")> _
<DisplayDescriptionKeyAttribute("Table_FakeSystemTableDesc")> _
ReadOnly Property FakeSystemTable As Boolean 
    Get
'Uso
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

Valor da propriedade

Tipo: 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.

Consulte também

Referência

ITableOptions Interface

Namespace Microsoft.SqlServer.Management.Smo