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 - M-Business Anywhere 编程 » UltraLite for M-Business Anywhere API 参考 » Connection 类

 

countUploadRow 方法

返回下次进行同步时要上载的行数。

语法
UInt32 countUploadRow( String pub-list, UInt32 threshold)
参数
  • pub-list   以逗号分隔的要检查的发布的列表。

    请参见 PublicationSchema 类。

  • threshold   用于确定要计数的最大行数的值,这样可以限制调用所花费的时间。0 值对应于最大限制。值 1 决定了是否有需要同步的行。threshold 必须在范围 [0,0x0ffffffff] 内。