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_TableSchema_iface 类

 

IsNeverSynchronized 函数

检查此表是否被标记为永不同步。

语法
bool UltraLite_TableSchema_iface::IsNeverSynchronized()
返回值
  • 如果从同步中省略了表,则返回 true。被标记为永不同步的表永远不同步,即使它们包含在发布中。这些表有时称为 nosync 表。

  • 如果该表包含为可同步表,则返回 false。