Difference between revisions of "CATable::GetIndexObject/zh"
(Created page with ":32 – “没找到索引对象”") |
(Created page with "如果«indexName»无效,将返回Nothing (Null:空值),同时设定ErrorCode。") |
||
(3 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
= [[CATable/zh|CATable]]::GetIndexObject(indexName) = | = [[CATable/zh|CATable]]::GetIndexObject(indexName) = | ||
− | + | 根据名称检索 [[CATable/zh|CATable]]中的[[CAIndex/zh|CAIndex]]对象 | |
− | + | 如果«indexName»无效,将返回Nothing (Null:空值),同时设定[[CAEngine::ErrorCode/zh|ErrorCode]]。 | |
= 返回值 = | = 返回值 = | ||
Line 23: | Line 23: | ||
:32 – “没找到索引对象” | :32 – “没找到索引对象” | ||
− | = | + | == 另请参考 == |
− | * [[CATable::IndexNames]] | + | * [[CATable::IndexNames/zh|CATable::IndexNames]]、[[CATable::IndexName/zh|CATable::IndexName]] |
− | * [[CAIndex]] | + | * [[CAIndex/zh|CAIndex]] |
− | * | + | * Analytica函数[[IndexNames/zh|IndexNames]]() 和[[IndexesOf]]() |
Latest revision as of 07:42, 25 October 2015
ADE User Guide > ADE Server Class Reference > CATable
CATable::GetIndexObject(indexName)
如果«indexName»无效,将返回Nothing (Null:空值),同时设定ErrorCode。
返回值
示例用法
- dim AI as CAIndex
- Set AI = AObj.GetIndexObject (IndexName)
错误代码
- 32 – “没找到索引对象”
另请参考
- CATable::IndexNames、CATable::IndexName
- CAIndex
- Analytica函数IndexNames() 和IndexesOf()
Comments
Enable comment auto-refresher