次の方法で共有


Dictionary.Tablesql(Int32) Method

Definition

Indicates whether a table is a SQL table.

public:
 virtual bool Tablesql(int _tableId);
public virtual bool Tablesql (int _tableId);
abstract member Tablesql : int -> bool
override this.Tablesql : int -> bool
Public Overridable Function Tablesql (_tableId As Integer) As Boolean

Parameters

_tableId
Int32

A tableId system data type that indicates the table ID.

Returns

true if the table is a SQL table; otherwise, false.

Applies to