CAIndex::IndexElements

Revision as of 03:34, 23 October 2015 by Jhuawen (talk | contribs) (Created page with "返回索引中元素的数量。")

ADE User Guide > ADE Server Class Reference > CAIndex

property int IndexElements

返回索引中元素的数量。

Data type

integer

Access

read

Usage

C#

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

See Also

Comments
Loading comments...