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, Int64) 方法

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

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

  • threshold   要计数的最大行数,用于限制 CountUploadRows 所用的时间量。0 值对应于最大限制。值 1 决定了是否有需要同步的行。阈值必须在 [0,0x0ffffffff] 范围内。

返回值

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

注释

此方法是为本来不支持 System.UInt32 类型的语言提供的。如果应用程序支持,也可使用此方法的其它形式。

另请参见