CATable::Update

Revision as of 00:53, 27 October 2015 by Jhuawen (talk | contribs) (Created page with "当源表是一个SubTable或者MultiTable时,当一个源表在前面调用改变成CAObject::DefTable或者CATable::Update/zh|CATable::...")

ADE User Guide > ADE Server Class Reference > CATable

Other languages:
English • ‎中文

CATable::Update()

对于定义表格:更新Analytica对象定义属性中的现有输入表格。在使用SetDataByElement或者SetDataByLabel设定一个或多个单元格后使用此方法。Update引导API设定Analytica决策引擎服务器新表格数据。

当源表是一个SubTable或者MultiTable时,当一个源表在前面调用改变成CAObject::DefTable或者CATable::Update时,将更新表格数据。

For result tables: Retrieves an updated version of the result table from the Analytica Decision Engine Server.

返回值

布尔值:ture表示成功,false表示失败。

On failure, check CAEngine::ErrorCode, CAEngine::ErrorText and CAEngine::OutputBuffer for information on the cause of the failure.

说明

Use with the CAObject::CreateDefTable method to replace the current definition attribute of an Analytica object with an input table.

另请参考

Comments


You are not allowed to post comments.