FakeSystemTable Propiedad
Gets the Boolean value that specifies whether the table references a system table.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute> _
Public ReadOnly Property FakeSystemTable As Boolean
Get
'Uso
Dim instance As Table
Dim value As Boolean
value = instance.FakeSystemTable
[SfcPropertyAttribute]
public bool FakeSystemTable { get; }
[SfcPropertyAttribute]
public:
virtual property bool FakeSystemTable {
bool get () sealed;
}
[<SfcPropertyAttribute>]
abstract FakeSystemTable : bool
[<SfcPropertyAttribute>]
override FakeSystemTable : bool
final function get FakeSystemTable () : boolean
Valor de la propiedad
Tipo: System. . :: . .Boolean
A Boolean value that specifies the whether the table references a system table.
If True, the table references a system table. Otherwise, False (default).
Implementa
Notas
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.
Vea también