CATable::IndexName

Revision as of 07:48, 25 October 2015 by Jhuawen (talk | contribs) (Created page with "从1到NumDims中获取一个元素«indexNumber»,并返回CATable中相应索引的名称")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

ADE User Guide > ADE Server Class Reference > CATable

Other languages:
English • ‎中文

CATable::IndexName(indexNumber)

从1到NumDims中获取一个元素«indexNumber»,并返回CATable中相应索引的名称

返回值

string:字符串——索引名称

示例用法

Visual basic代码:检索第一个索引名称。

dim string as indexTitle = Var.DefTable.IndexName (1)

另请参考

Comments


You are not allowed to post comments.