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。