Difference between revisions of "CATable::GetIndexObject/zh"

(Created page with "= 错误代码 =")
(Created page with ":32 – “没找到索引对象”")
Line 21: Line 21:
 
= 错误代码 =
 
= 错误代码 =
  
:32 – “Index object not found”
+
:32 – “没找到索引对象”
  
 
= See Also =
 
= See Also =

Revision as of 07:37, 25 October 2015

ADE User Guide > ADE Server Class Reference > CATable

Other languages:
English • ‎中文

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.

返回值

CAIndex

示例用法

dim AI as CAIndex
Set AI = AObj.GetIndexObject (IndexName)

错误代码

32 – “没找到索引对象”

See Also

Comments


You are not allowed to post comments.