Dictionary.Tablesystem(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether a table is a system table.
public:
virtual bool Tablesystem(int _tableId);
public virtual bool Tablesystem (int _tableId);
abstract member Tablesystem : int -> bool
override this.Tablesystem : int -> bool
Public Overridable Function Tablesystem (_tableId As Integer) As Boolean
Parameters
- _tableId
- Int32
A tableId system data type that indicates a table ID.
Returns
true if the table is a system table; otherwise, false.
Remarks
You can pass a table name to this method instead of a table ID by using the tableNum intrinsic function. For more information, see Intrinsic Functions.