次の方法で共有


Dictionary.Tablecnt2id(Int32) Method

Definition

Provides the ID of a specified table.

public:
 virtual int Tablecnt2id(int _cnt);
public virtual int Tablecnt2id (int _cnt);
abstract member Tablecnt2id : int -> int
override this.Tablecnt2id : int -> int
Public Overridable Function Tablecnt2id (_cnt As Integer) As Integer

Parameters

_cnt
Int32

An integer that specifies a table, based on the order of tables.

Returns

A tableId system data type value that indicates the table ID; 0 (zero) if you pass a cnt value that is larger than the number of tables that is returned by the Dictionary::tableCnt method.

Applies to