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 - .NET 编程 » UltraLite .NET 2.0 API 参考 » ULConnection 类 » CountUploadRows 方法

 

CountUploadRows(String, UInt32) 方法

UL Ext.: 返回下次进行同步时需要上载的行数。

语法
Visual Basic
Public Function CountUploadRows( _
   ByVal pubs As String, _
   ByVal threshold As UInt32 _
) As UInt32
C#
public uint CountUploadRows(
   string  pubs,
   uint threshold
);
参数
  • pubs   以逗号分隔的要检查行的发布的列表。

  • threshold   要计数的最大行数,用于限制 CountUploadRows 所用的时间量。0 值对应于最大限制。值 1 决定了是否有需要同步的行。

返回值

需要从指定发布上载的行数。

另请参见