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 决定了是否有需要同步的行。
需要从指定发布上载的行数。
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |