次の方法で共有


Dictionary.Tablesystem(Int32) Method

Definition

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.

Applies to