FakeSystemTable Property (SQL-DMO)

The FakeSystemTable property returns True when the Table object references a SQL Server system-defined table not implemented as a base or view table.

Applies To

Table Object

Syntax

object.FakeSystemTable

Part Description
object Expression that evaluates to an object in the Applies To list

Data Type

Boolean

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetFakeSystemTable(LPBOOL pRetVal);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.