Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
标识表同步类型。
public enum ul_table_sync_type
所有更改的行均已同步,这是缺省行为。
此初始化程序对应于 CREATE TABLE 语句中的 SYNCHRONIZE ON 子句。
表永不同步。
此初始化程序对应于 CREATE TABLE 语句中的 SYNCHRONIZE OFF 子句。
始终上载每一行(包括未更改的行)。
此初始化程序对应于 CREATE TABLE 语句中的 SYNCHRONIZE ALL 子句。
永不上载更改。
此初始化程序对应于 CREATE TABLE 语句中的 SYNCHRONIZE DOWNLOAD 子句。