UL Ext.: Returns the number of rows that need to be uploaded when the next synchronization takes place.
Visual Basic Public Function CountUploadRows( _ ByVal pubs As String, _ ByVal threshold As UInt32 _ ) As UInt32
C# public uint CountUploadRows( string pubs, uint threshold );
pubs A comma separated list of publications to check for rows./>
threshold The maximum number of rows to count, limiting the amount of time taken by CountUploadRows. A value of 0 corresponds to the maximum limit. A value of 1 determines if any rows need to be synchronized.
The number of rows that need to be uploaded from the specified publication(s).
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |