Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
UL Ext:返回下次进行同步时需要上载的行数。
Public Function CountUploadRows( ByVal pubs As String, ByVal threshold As Long ) As Long
public long CountUploadRows(string pubs, long threshold)
pubs 以逗号分隔的要检查行的发布列表。
threshold 要计数的最大行数,用于限制 CountUploadRows 所用的时间量。0 值对应于最大限制。值 1 决定了是否有需要同步的行。
需要从指定发布上载的行数。
ULException 类 发生 SQL 错误。