Difference between revisions of "CATable::GetIndexObject/zh"
(Created page with "CATable::GetIndexObject") |
(Created page with "= CATable::GetIndexObject(indexName) =") |
||
Line 2: | Line 2: | ||
[[ADE User Guide]] > [[ADE Server Class Reference]] > [[CATable]] | [[ADE User Guide]] > [[ADE Server Class Reference]] > [[CATable]] | ||
<languages /> | <languages /> | ||
− | = [[CATable]]::GetIndexObject(indexName) = | + | = [[CATable/zh|CATable]]::GetIndexObject(indexName) = |
Retrieves a [[CAIndex]] object of the [[CATable]] by its name. | Retrieves a [[CAIndex]] object of the [[CATable]] by its name. |
Revision as of 07:36, 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.
Return value
Example Usage
- dim AI as CAIndex
- Set AI = AObj.GetIndexObject (IndexName)
Error Codes
- 32 – “Index object not found”
See Also
- CATable::IndexNames, CATable::IndexName
- CAIndex
- Analytica functions IndexNames() and IndexesOf()
Comments
Enable comment auto-refresher