CATable::ObtainTable
ADE User Guide > ADE Server Class Reference > CATable
CATable::ObtainTable()
在底层结果发生改变时,更新CATable中的数据。
This function is seldom used. It is more common (and recommended) to re-assign your variable to ResultTable or DefTable anew. This function exists primary for internal usage.
返回值
Boolean(布尔值:success或者 failure)
示例用法
- Dim outputTab as CATable = outputVar.ResultTable
- inputVar.SetAttribute("Definition",x)
- outputTab.ObtainTable()
但是使用下面的代码更加常见(推荐使用):
- outputTab = outputVar.ResultTable
错误代码
另请参考
Comments
Enable comment auto-refresher