Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » UltraLite - C 及 C++ 编程 » API 参考 » UltraLite C++ API 参考 » UltraLite_SQLObject_iface 类

 

Release 函数

释放对一个对象的引用。

语法
ul_u_long UltraLite_SQLObject_iface::Release()
注释

当所有的引用都被删除后,对象立即被释放。必须至少调用此函数一次。如果使用AddRef 函数,则还需要来自每个AddRef 函数的匹配调用。