CATable::IndexNames
Revision as of 07:50, 25 October 2015 by Jhuawen (talk | contribs) (Created page with "* CATable::SetDataByLabels、CATable::SetDataByElements * CATable::GetDataByLabels/zh|CATable::GetDataByLab...")
ADE User Guide > ADE Server Class Reference > CATable
CATable::IndexNames
This property returns the names of the indexes of the table as a 1-D array. Use indexes in this order when using the GetDataByLabels, GetDataByElements, SetDataByLabels and SetDataByElements methods to get or set elements of the table. You can change the order with the SetIndexOrder method.
返回值
One-D string array with dimension from 1 to the CATable's NumDims property.
示例用法
- Dim names(k) of String = Var.DefTable.IndexNames
另请参考
Comments
Enable comment auto-refresher