Partager via


Propriété FakeSystemTable

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<DisplayDescriptionKeyAttribute("Table_FakeSystemTableDesc")> _
<DisplayNameKeyAttribute("Table_FakeSystemTableName")> _
ReadOnly Property FakeSystemTable As Boolean
    Get
'Utilisation
Dim instance As ITableOptions
Dim value As Boolean

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

Valeur de propriété

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