CAIndex::IndexElements

Revision as of 03:48, 23 October 2015 by Jhuawen (talk | contribs) (Created page with "CATable tab = ade.Get("Y").ResultTable; CAIndex theIndex = tab.CATable::GetIndexObject/zh|Ge...")

ADE User Guide > ADE Server Class Reference > CAIndex

Other languages:
English • ‎中文

property int IndexElements

返回索引中元素的数量。

数据类型

integer(整型)

访问

读取

用法

C#

CATable tab = ade.Get("Y").ResultTable;
CAIndex theIndex = tab.GetIndexObject("I");
x = theIndex.IndexElements;

另请参考

Comments


You are not allowed to post comments.