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 类型的语言提供的。如果应用程序支持,也可使用此方法的其它形式。
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |