CAIndex::IndexElements

This page is a translated version of the page CAIndex::IndexElements and the translation is 100% complete.

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.