Difference between revisions of "CATable::GetIndexObject/zh"
(Created page with ":32 – “没找到索引对象”") |
(Created page with "== 另请参考 ==") |
||
Line 23: | Line 23: | ||
:32 – “没找到索引对象” | :32 – “没找到索引对象” | ||
− | = | + | == 另请参考 == |
* [[CATable::IndexNames]], [[CATable::IndexName]] | * [[CATable::IndexNames]], [[CATable::IndexName]] | ||
* [[CAIndex]] | * [[CAIndex]] | ||
* Analytica functions [[IndexNames]]() and [[IndexesOf]]() | * Analytica functions [[IndexNames]]() and [[IndexesOf]]() |
Revision as of 07:37, 25 October 2015
ADE User Guide > ADE Server Class Reference > CATable
CATable::GetIndexObject(indexName)
Retrieves a CAIndex object of the CATable by its name.
If the «indexName» is not valid, returns Nothing (Null) and sets ErrorCode.
返回值
示例用法
- dim AI as CAIndex
- Set AI = AObj.GetIndexObject (IndexName)
错误代码
- 32 – “没找到索引对象”
另请参考
- CATable::IndexNames, CATable::IndexName
- CAIndex
- Analytica functions IndexNames() and IndexesOf()
Comments
Enable comment auto-refresher