Table.FakeSystemTable Property
Gets the Boolean value that specifies whether the table references a system table.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
<SfcPropertyAttribute> _
Public ReadOnly Property FakeSystemTable As Boolean
[SfcPropertyAttribute]
public bool FakeSystemTable { get; }
[SfcPropertyAttribute]
public:
virtual property bool FakeSystemTable {
bool get () sealed;
}
/** @property */
public final boolean get_FakeSystemTable ()
public final function get FakeSystemTable () : boolean
Property Value
A Boolean value that specifies the whether the table references a system table. If True, the table references a system table. Otherwise, False (default).
Remarks
The FakeSystemTable property specifies whether the Table object references a SQL Server system-defined table that is not implemented as a base, view, or table.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also