FakeSystemTable 属性

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

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcPropertyAttribute> _
Public ReadOnly Property FakeSystemTable As Boolean
    Get
用法
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

属性值

类型: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).

实现

ITableOptions. . :: . .FakeSystemTable

注释

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.