Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
指定用户可设置的可能数据库选项。
public enum ul_database_option_id
全局数据库 ID 使用无符号的长整数设置。
远程 ID 使用字符串设置。
数据库提交刷新超时设置为整数,表示以毫秒为单位的时间阈值。
数据库提交刷新计数设置为整数,表示提交计数阈值。
连接隔离级别设置为字符串。
(read_committed/read_uncommitted)
设置以调整数据库文件高速缓存的大小。
该值为 0 到 100 范围内的整数,以代表所分配的高速缓存的最小到最大的大小范围。
这些数据库选项与 ULConnection.SetDatabaseOption 方法一起使用。