Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
UL Ext:使用当前的 ULConnection.SyncParms 对象将数据库与发布到指定监听器的进度事件同步。
Public Sub Synchronize(ByVal listener As ULSyncProgressListener)
public void Synchronize(ULSyncProgressListener listener)
listener 接收同步进度事件的对象。
ULException 类 发生 SQL 错误。
同步过程中的错误作为 ULSyncProgressState.STATE_ERROR 事件发布,然后作为 ULExceptions 抛出。
在此连接的 ULConnection.SyncResult 属性中会报告详细的结果状态。