CATable::Update
ADE User Guide > ADE Server Class Reference > CATable
CATable::Update()
对于定义表格:更新Analytica对象定义属性中的现有输入表格。在使用SetDataByElement或者SetDataByLabel设定一个或多个单元格后使用此方法。Update引导API设定Analytica决策引擎服务器新表格数据。
当源表是一个SubTable或者MultiTable时,当一个源表在前面调用改变成CAObject::DefTable或者CATable::Update时,将更新表格数据。
对于结果表: 从Analytica决策引擎服务器检索结果表的更新版本。
返回值
布尔值: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
Enable comment auto-refresher