CATable::Name

Revision as of 11:41, 25 October 2015 by Jhuawen (talk | contribs) (Created page with "== 数据类型 ==")

ADE User Guide > ADE Server Class Reference > CATable

Other languages:
English • ‎中文

property string Name

Contains the Identifier of the Analytica object containing this CATable. We recommend using CAObject::Name instead.

数据类型

string:字符串

Access

read/write

API Errors

Although properties in general do not change the ErrorCode property of CAEngine, assigning an invalid identifier to this property will result in the error:

41 - "Invalid name for object"

Usage

tableName = tab.Name 


See Also

Comments


You are not allowed to post comments.